emacs-devel
[Top][All Lists]
Advanced

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

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


From: Nathaniel Flath
Subject: Minor bug in cc-menus.el: cc-imenu-java-generic-expression does not match all Java 1.5+ function definitions.
Date: Sat, 18 Jul 2009 08:27:10 -0700

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

Attachment: cc-menus.patch
Description: Text Data


reply via email to

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