Re: Need tool that finds all types of a certain scope...
- From: "Larry Barowski" <MElarrybar-AT-eng_DOT_auburnANOTHERDOTeduEND>
- Date: Wed, 31 Aug 2005 08:26:55 -0500
"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.
.
- References:
- Need tool that finds all types of a certain scope...
- From: TimOnGoogle
- Need tool that finds all types of a certain scope...
- Prev by Date: Printing number with leading space instead of zero or nothing?
- Next by Date: Re: Printing number with leading space instead of zero or nothing?
- Previous by thread: Re: Need tool that finds all types of a certain scope...
- Next by thread: How to read file into array...
- Index(es):