upgraded to intellij 13, now it seems like the inspection that suggests a field of a class can be final no longer works.
Hi.. i just upgraded to intellij 13 and I seem to have lost
one of my favorite inspections: the one that suggests to me when
i can make a field of a class final.
I am uploading a screenshot that illustrates the problem. thanks for any help you can provide !
Please sign in to leave a comment.
Hello.
I think it's because your fields are package local. So they can be changed somewhere outside of the class, and inspection does not warn. Are you sure it worked before for non-private fields? For private fields it warns.
Regards,
Alexander.