At 02:15 PM 12/22/99 -0800, Bruce Seely wrote:
>
>I hope this hasn't been already asked, ....
>
>I'm having to look at a lot of code that someone else wrote, and the
>Speedbar isn't seeing all of the methods. Specifically, if the return type
>is specified with its complete package, the method is ignored. I'm finding
>a lot of methods like this:
>
>public java.lang.String getName()
>...
>
>Any thoughts of what I can do short of editing the source????
>

Fix the regular expression for methods generated by
jde-make-imenu-patterns. I'd do it but I'm under the gun right now. The
jde-make-imenu-patterns are symbolic so they are pretty readable. It should
be fairly easy for someone else with re experience to update them to handle
qualified identifiers.

- Paul

Reply via email to