I am a huge fan of Eclipse hotkeys, Ctrl + Shift + G , which is one of my favorites. However, I recently had to completely throw away my workspace and load a new one in order to switch to a new branch after some kind of merge problem occurred. Either this, or a later check that messed up with some classpath files, seems to have violated my search ability with Ctrl + Shift + G. I always find nothing.
I have several maven projects that are all interconnected, and I thought the problem was originally with maven. However, I cannot even find the methods in the same project or even in the same file using Ctrl + Shift + G.
Can someone suggest a process that I am undertaking to make my eclipse find out about my source code so that it can look for it correctly?
EDIT: I don't know how I missed this before. Eclipse seems to throw a class exception that the class is looking for
org.eclipse.wb.internal.core.utils.dbt.core.project utils
Before this exception is thrown, I can perform the search as usual, after this exception, the search is interrupted. So the problem is actually the exception, I'm sure. Reboot fixes the situation temporarily. Unfortunately, the exception continues to be thrown after using eclipse for a while. So now I am considering the reason for the exception. I can post the answer here and / or open a new question, depending on how much I can independently investigate the cause of the exception.
source share