Not re-inspecting after changing the file
Has anybody experienced trouble with IDEA 7.0.3 not properly reinspecting a file after a change has been made to fix an inspection warning? For example, a field is marked as being used in both synchronized and unsynchronized contexts but after editing the code to fix that, the field is still marked.
Please sign in to leave a comment.
That seems to be a bug in this specific inspection. Have you filed a JIRA issue for it?
Bas
I have just done so: http://www.jetbrains.net/jira/browse/IDEA-18059
Thank you.