IntelliJ IDEA shows redundant errors that do not exist
I have problems with IntelliJ IDEA that appears after some time application is running. It finds errors in code which do not exist and marks them red. For example it tells me that one 开发者_如何学Cof arguments must be String instead of... String. The project of course builds ok.
Mostly there are few imaginary errors at time and I have to restart IDE to force it to behave normally.
What should I do to get rid off these problems?
And if it is relevant, I'm developing an Android application.
(IntelliJ IDEA 10.5.1 Community Edition #IC-107.322)
This issue is resolved in IDEA 10.5.2.
精彩评论