Is there a way in the Eclipse IDE to find all locations of a Java class included in a project?
My app is crashing becuaes its picking up an old version of a class method. I think its because the same class is included in multiple JARs in the project.
Is there a way for the IDE to display all locations where a class is located?