Hello,
I think, there is a bug in the speedbar menu generator code in jre.el
method jde-make-imenu-patterns. The problem is that for the following
java code:
public class SomeClass
{
public void setProp(java.lang.String prop) (...)
public java.lang.String getProp() {...}
}
the speedbar menu will hold an entry only for the setProp method. I
think, the problem is that the jde-make-imenu-patterns function does
not support fully classified names properly.
FYI, I've tried it with both 2.1.5 and 2.1.6beta23 versions.
P.S. CC the reply to me, because I'm not in this list.
Regards,
Ivan Toshkov