Galder Zamarreno wrote:
Scott Marlow wrote:
> Last Week:
> </snip>
>
> * Finish setting up my eclipse workspace for AS
> I can view source for any component but cannot effectively find
> callers to classes that aren't part of jbossas. For example,
> searching for all callers to AbstractController.setExecutor(Executor)
> return no matches (this is currently the case for any class that
> eclipse loads via the maven plugin).
Neither I :(
If you find an answer to this, please let me know!
Let me cc the jboss tools team in case they know cos they're the
Eclipse gurus :)
What maven plugin are you using ?
Search of callers is based on classes available in the classpath of the
project.
-max