emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Minor bug in cc-menus.el: cc-imenu-java-generic-expression does not


From: Nathaniel Flath
Subject: Re: Minor bug in cc-menus.el: cc-imenu-java-generic-expression does not match all Java 1.5+ function definitions.
Date: Tue, 21 Jul 2009 13:18:55 -0700

Has anybody looked at this yet?

On Sat, Jul 18, 2009 at 8:27 AM, Nathaniel Flath <address@hidden> wrote:
I was using Imenu, and noticed that it currently doesn't recognize Java functions with either:
Generics e.g : public List<String> foo() { ...
or annotated arguments, e.g : public void foo( @NonNull bar ) {


The issue was the variable cc-imenu-java-generic-_expression_.

Attached is my patch which modifies this variables to accept all function definitions and should fix this issue.


Thanks!
Nathaniel Flath


reply via email to

[Prev in Thread] Current Thread [Next in Thread]