Inspection not 'reinspecting' after fixing errors
So I have this problem, it started few days ago. I have no idea why.
When I'm editing code, I get some inspection warnings and after I'm done editing the warnings won't go away. Even when I have correct code, I make small change (like removing parentheses or backet) to get the errors. Then i fix it, and inspection keeps all the errors active, dispite code beiing valid and correct. After restarting IDE, code is 'reinspected' and errors are gone, until i make some changes again.
I have attached three screenshots illustrating this.
Attachment(s):
Screen Shot 2013-07-25 at 12.47.29.png
Screen Shot 2013-07-25 at 12.47.11.png
Screen Shot 2013-07-25 at 12.46.45.png
Please sign in to leave a comment.
3 minutes after I posted this and went looking through some options in RubyMine, I found fix for this.
I tried to invalidate caches (File > Invalidate Caches... > Invalidate and Restart). This fixed my problem. Thx