Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Eclipse “Find References” Algorithm

Hi Vincenzo

I'd start with org.eclipse.jdt.core.search.SearchEngine.

Dani



From:        Vincenzo Musco <vincenzo.musco@xxxxxxxx>
To:        "General development mailing list of the Eclipse project." <eclipse-dev@xxxxxxxxxxx>
Date:        19.04.2016 09:55
Subject:        Re: [eclipse-dev] Eclipse “Find References” Algorithm
Sent by:        eclipse-dev-bounces@xxxxxxxxxxx




Hi Dani,

I do know how the feature work.

I'm interested in the way it is internally implemented (i.e. which data structure(s) and algorithm(s) are used to achieve it).

Thanks

Vincenzo Musco
http://www.vmusco.com
On 04/18/2016 03:02 PM, Daniel Megert wrote:
Hi

Do you want to know how you can use this or how it is implemented?


Dani




From:        
Vincenzo Musco <vincenzo.musco@xxxxxxxx>
To:        
eclipse-dev@xxxxxxxxxxx
Date:        
18.04.2016 15:01
Subject:        
[eclipse-dev] Eclipse “Find References” Algorithm
Sent by:        
eclipse-dev-bounces@xxxxxxxxxxx




Hi guys,

Does anyone know what is the method or algorithm used by Eclipse IDE for the Find Method References tool (i.e. right click on any method > References> Project).
How is computed the method set returned by the IDE?

Thanks._______________________________________________
eclipse-dev mailing list

eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit

https://dev.eclipse.org/mailman/listinfo/eclipse-dev



_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top