Re: Need tool that finds all types of a certain scope...




"TimOnGoogle" <fromGoogle@xxxxxxxxxxx> wrote in message
news:1125360334.960293.189910@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> For example, a tool where I can say "Show me all public statics" or
> "show me all private methods returning voids" etc.
>
> Eclipse doesn't seem to have a complete set of searches for that kind
> of thing, so I'm looking elsewhere.

What exactly do you have in mind? I can easily add something
like this to jGRASP (easily as in "tomorrow"), since we already
have class file scanning code that is used for UML generation,
dependency analysis, etc. It would be class-file based (as opposed
to source-code based) though, so it would not be able to find
source line numbers for field definitions.


.