expanded inspection to check any synchronization on a type which can be initialized...
commit0ff45e900cc36716aa5e5517f12d752c4040f9ac
authorBas Leijdekkers <basleijdekkers@gmail.com>
Mon, 4 Jun 2007 07:26:59 +0000 (4 11:26 +0400)
committerBas Leijdekkers <basleijdekkers@gmail.com>
Mon, 4 Jun 2007 07:26:59 +0000 (4 11:26 +0400)
tree3770888c77d9272bab107523d0e5cbcba8c53d9c
parent594eb6b8849a519f38d55b6bfdb316f9d8883b49
expanded inspection to check any synchronization on a type which can be initialized with a literal
plugins/InspectionGadgets/src/com/siyeh/InspectionGadgetsBundle.properties
plugins/InspectionGadgets/src/com/siyeh/ig/InspectionGadgetsPlugin.java
plugins/InspectionGadgets/src/com/siyeh/ig/threading/SynchronizeOnStringObjectInspection.java [deleted file]
plugins/InspectionGadgets/src/com/siyeh/ig/threading/SynchronizedOnLiteralObjectInspection.java [new file with mode: 0644]
plugins/InspectionGadgets/src/inspectionDescriptions/SynchronizeOnStringObject.html [deleted file]
plugins/InspectionGadgets/src/inspectionDescriptions/SynchronizedOnLiteralObject.html [new file with mode: 0644]