IDEADEV-41150 (new "​ThreadLocal should be static final" inspection)
commitbd716cdde25fb5ae6457d2b9bd7ccc44221cb224
authorBas Leijdekkers <leijdekkers@carp-technologies.nl>
Fri, 6 Nov 2009 22:45:31 +0000 (6 23:45 +0100)
committerBas Leijdekkers <leijdekkers@carp-technologies.nl>
Fri, 6 Nov 2009 22:45:31 +0000 (6 23:45 +0100)
treef8f1147bcca0f8107362854ecd7d308fe33a5d06
parent801a96bde2437675c9eae4ce1ee21e56e7ca581b
IDEADEV-41150 (new "​ThreadLocal should be static final" inspection)
plugins/InspectionGadgets/src/com/siyeh/InspectionGadgetsBundle.properties
plugins/InspectionGadgets/src/com/siyeh/ig/InspectionGadgetsPlugin.java
plugins/InspectionGadgets/src/com/siyeh/ig/fixes/MakeFieldFinalFix.java
plugins/InspectionGadgets/src/com/siyeh/ig/fixes/MakeFieldStaticFinalFix.java [new file with mode: 0644]
plugins/InspectionGadgets/src/com/siyeh/ig/logging/NonStaticFinalLoggerInspection.java
plugins/InspectionGadgets/src/com/siyeh/ig/threading/ThreadLocalNotStaticFinalInspection.java [new file with mode: 0644]
plugins/InspectionGadgets/src/inspectionDescriptions/ThreadLocalNotStaticFinal.html [new file with mode: 0644]