Note that there are some explanatory texts on larger screens.

plurals
  1. USBhanuka Withana
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COYes a valid point. Thanks for bringing it up. Just a thought: If I can find the references somehow, wouldn't it be possible to resolve the above problem using resolveBinding? since it gives you where a particular variable/method resides in the structure. However first I need to resolve my main problem of finding the references, at least in straight forward scenarios.
      singulars
    2. COThanks a lot for your explanation. Initially, I also felt that I might have to go for such an approach. But then only I tried things like using the SearchEngine and was looking into the possibilities of using AST it self... etc. since having two AST parsing won't be a better approach in performance aspect. But seems to be that is the only option. May be I should check whether there are any other libraries available to get it done before get into the approach of using two ASTs.
      singulars
    3. COThanks for your suggestion. But in my case, I can't limit my implementation only for Eclipse projects. Basically, my application handles a given java source code base and it should be capable of handling any type of java sources. So eclipse workspace configuration files may not be there in a given java project as an input to my application. However your suggestion might be useful for some other cases where that kind of a limitation is not there.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload