I got this error message in Eclipse today.

Any idea what went wrong?
feedback
|
|
I've found that a lot of plugins break if Eclipse's file cache gets out of sync with the file system. Try doing an F5 refresh of your entire workspace and see if the problem goes away. EDIT My general approach with this sort of thing is to try to ignore it. IMO, it is only worth looking into the cause of problems that significantly interfere with your ability to do real work. Fortunately, most Eclipse bugs don't fall into that category ... | ||||
|
feedback
|
|
Some plugin has a bug that causes a You can try uninstalling suspicious plugins until the error goes away. | |||
|
feedback
|
|
When this happens to me, it is usually because I renamed an xml file using Refactor-->Rename and neglected to add the .xml file extension. | |||
|
feedback
|