Reputation: 177
I don't know why Eclipse incorrectly mark occurrences of, for example, variables in my code. This is a screenshoot:
What is Eclipse selecting ???? And, If I put the cursor on any part without any varible, it show a lot of highlight over the screen:
Any idea ? Thanks!
Upvotes: 1
Views: 788
Reputation: 591
This was the main reason I switched to NetBeans for PHP development, once I have modified the source code I have to close and re-open it in order for mark occurence working properly, so boring. only happens in PHP editor, for Java editor, all fine
Upvotes: 0
Reputation: 2190
This happens to me in JDT (Java code) every once in a while. Try working through these steps (in increasing order of severity) until the problem goes away:
Usually step 1 or 2 will fix the problem, but there are times when I have had to go all the way to step 4 to get JDT to behave itself.
Upvotes: 1