Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] question about SearchEngine API

> So the resource would be the jar (or the project if it is an external jar)
> and the positions would be the
> positions of the declaration 'Set' in the attached source. If there is no
> attached source, then the positions
> would be undefined.

hmmm,
i there any other way i can figure out which types are referenced is this or
that method? i need this for Pull up method refactoring.
i could walk the ast but that sounds like a heavy-weight solution for a
problem like this.


> But of course it doesn't work that way as captured in bug 5384 search
engine:
> behavior different than expected. This method needs to be rewritten.
:)
yes, i know
the question was more about the future functionality of these methods

thanks Jerome
a.



Back to the top