Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Finding all references on Eclipse [closed]

Tags:

java

eclipse

I've been using the Eclipse references (Ctrl+shift+G) for sometime now. I notice that Eclipse misses finding some references sometimes. Is there something I must configure to get this working correctly?

like image 302
Sudoer Avatar asked Dec 28 '11 19:12

Sudoer


People also ask

How do I reopen a closed project in Eclipse?

To reopen a closed project, in the Package Explorer view, select the closed project and click on the Project menu and select Open Project. Once the project is open its content can be edited using the Eclipse user interface.

How do I search an entire workspace in Eclipse?

Searching the WorkspaceClicking on the Search menu and selecting Search or File or Java. Clicking Ctrl + H.

Where are Eclipse files stored?

- [Voiceover] When we first installed Eclipse, and we launched it for the first time, do you remember the prompt that it asked you where you wanted to store your files? It automatically defaults to the C drive, to users, your username, and it creates a folder called Workspace. That's where your files are located.


1 Answers

This happened to me working with a Java/Maven project just recently as well. The version of Eclipse was Neon.3 Release (4.6.3).

Rebuilding the projects using Project -> Clean... did not help. The solution was to close and then reopen the projects. After that, the call hierarchy was correctly calculated again.

like image 187
johanwannheden Avatar answered Oct 04 '22 04:10

johanwannheden