Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] Searching methods, classes, aspects in multiple projects

Hi,

I'm using Eclipse 3.0.1, Ajdt 1.2.0.20041214165937 and like to search
Methods, Classes, etc. in multiple AspectJ projects.
Having 2 different versions of the same project in the workspace I'd
like to know e.g. if method foobar() existing in version a, can also be
found in version b of the project.

My first idea was using the Java SearchEngine of eclipse, which resulted
in some nasty exceptions. So I tried using the StructureSearchManager of
ajde. It seems that the search manager is only related to the last
aspectj project beeing compiled, so I see no way to search 2 projects at
once.

Regards,
--
Juergen Graf <juergen.graf@xxxxxxx>

"When the solution is simple, God is answering."
  --  Albert Einstein


Back to the top