From 41d09426ab3216cf3e6e302d53c8a1c35c661437 Mon Sep 17 00:00:00 2001 From: Bas Leijdekkers Date: Thu, 1 May 2014 10:27:12 +0200 Subject: [PATCH] remove unused properties [CR-IC-5247] --- .../src/com/siyeh/InspectionGadgetsBundle.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/InspectionGadgets/InspectionGadgetsAnalysis/src/com/siyeh/InspectionGadgetsBundle.properties b/plugins/InspectionGadgets/InspectionGadgetsAnalysis/src/com/siyeh/InspectionGadgetsBundle.properties index 85aaf0731bb2..98c4fd3019b1 100644 --- a/plugins/InspectionGadgets/InspectionGadgetsAnalysis/src/com/siyeh/InspectionGadgetsBundle.properties +++ b/plugins/InspectionGadgets/InspectionGadgetsAnalysis/src/com/siyeh/InspectionGadgetsBundle.properties @@ -804,7 +804,6 @@ default.not.last.case.in.switch.display.name='default' not last case in 'switch' nested.synchronized.statement.display.name=Nested 'synchronized' statement constant.conditional.expression.display.name=Constant conditional expression unused.catch.parameter.display.name=Unused 'catch' parameter -class.in.top.level.package.display.name=Class without package statement confusing.else.display.name=Confusing 'else' branch public.field.accessed.in.synchronized.context.display.name=Non-private field accessed in synchronized context string.replaceable.by.string.buffer.display.name=Non-constant String should be StringBuilder @@ -920,7 +919,6 @@ static.non.final.field.problem.descriptor='static' non-'final' field #ref< constant.declared.in.abstract.class.problem.descriptor=Constant #ref declared in abstract class #loc constant.declared.in.interface.problem.descriptor=Constant #ref declared in interface #loc static.inheritance.problem.descriptor=Interface #ref is implemented only for its 'static' constants #loc -class.in.top.level.package.problem.descriptor=Class #ref lacks a package statement #loc utility.class.problem.descriptor=Class #ref has only 'static' members, indicating procedural construction #loc singleton.problem.descriptor=Class #ref is a singleton #loc final.private.method.problem.descriptor='private' method declared #ref #loc