开发者

An internal error occurred while processing dirty regions

开发者 https://www.devze.com 2023-01-22 21:53 出处:网络
I got this error message in Eclipse toda开发者_StackOverflow社区y: Any idea what went wrong?I\'ve found that a lot of plugins break if Eclipse\'s file cache gets out of sync with the file system.Tr

I got this error message in Eclipse toda开发者_StackOverflow社区y:

An internal error occurred while processing dirty regions

Any idea what went wrong?


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 ...


Some plugin has a bug that causes a NullPointerException, where the exception may even occur somewhere else in Eclipse. (I've had a similar problem with the Scala IDE breaking Java refactoring.)

You can try uninstalling suspicious plugins until the error goes away.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号