Update FindBugs configuration
New settings introduced with upgrade to version 3.0.1.20150306-5afe4d1 of the FindBugs plugin for Eclipse. Change-Id: I42e9dd32e4e8a74c5bb994166fc0f5357ea04dd2
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#FindBugs User Preferences
|
#FindBugs User Preferences
|
||||||
#Fri Mar 13 16:09:14 JST 2015
|
#Fri Mar 20 17:07:10 JST 2015
|
||||||
cloud_id=edu.umd.cs.findbugs.cloud.doNothingCloud
|
cloud_id=edu.umd.cs.findbugs.cloud.doNothingCloud
|
||||||
detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true
|
detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true
|
||||||
detectorAtomicityProblem=AtomicityProblem|true
|
detectorAtomicityProblem=AtomicityProblem|true
|
||||||
@@ -18,6 +18,7 @@ detectorCloneIdiom=CloneIdiom|true
|
|||||||
detectorComparatorIdiom=ComparatorIdiom|true
|
detectorComparatorIdiom=ComparatorIdiom|true
|
||||||
detectorConfusedInheritance=ConfusedInheritance|true
|
detectorConfusedInheritance=ConfusedInheritance|true
|
||||||
detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true
|
detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true
|
||||||
|
detectorCovariantArrayAssignment=CovariantArrayAssignment|false
|
||||||
detectorCrossSiteScripting=CrossSiteScripting|true
|
detectorCrossSiteScripting=CrossSiteScripting|true
|
||||||
detectorDefaultEncodingDetector=DefaultEncodingDetector|true
|
detectorDefaultEncodingDetector=DefaultEncodingDetector|true
|
||||||
detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true
|
detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true
|
||||||
@@ -35,6 +36,7 @@ detectorFinalizerNullsFields=FinalizerNullsFields|true
|
|||||||
detectorFindBadCast2=FindBadCast2|true
|
detectorFindBadCast2=FindBadCast2|true
|
||||||
detectorFindBadForLoop=FindBadForLoop|true
|
detectorFindBadForLoop=FindBadForLoop|true
|
||||||
detectorFindCircularDependencies=FindCircularDependencies|false
|
detectorFindCircularDependencies=FindCircularDependencies|false
|
||||||
|
detectorFindComparatorProblems=FindComparatorProblems|true
|
||||||
detectorFindDeadLocalStores=FindDeadLocalStores|true
|
detectorFindDeadLocalStores=FindDeadLocalStores|true
|
||||||
detectorFindDoubleCheck=FindDoubleCheck|true
|
detectorFindDoubleCheck=FindDoubleCheck|true
|
||||||
detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true
|
detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true
|
||||||
@@ -72,12 +74,14 @@ detectorFindUnsatisfiedObligation=FindUnsatisfiedObligation|true
|
|||||||
detectorFindUnsyncGet=FindUnsyncGet|true
|
detectorFindUnsyncGet=FindUnsyncGet|true
|
||||||
detectorFindUseOfNonSerializableValue=FindUseOfNonSerializableValue|true
|
detectorFindUseOfNonSerializableValue=FindUseOfNonSerializableValue|true
|
||||||
detectorFindUselessControlFlow=FindUselessControlFlow|true
|
detectorFindUselessControlFlow=FindUselessControlFlow|true
|
||||||
|
detectorFindUselessObjects=FindUselessObjects|true
|
||||||
detectorFormatStringChecker=FormatStringChecker|true
|
detectorFormatStringChecker=FormatStringChecker|true
|
||||||
detectorHugeSharedStringConstants=HugeSharedStringConstants|true
|
detectorHugeSharedStringConstants=HugeSharedStringConstants|true
|
||||||
detectorIDivResultCastToDouble=IDivResultCastToDouble|true
|
detectorIDivResultCastToDouble=IDivResultCastToDouble|true
|
||||||
detectorIncompatMask=IncompatMask|true
|
detectorIncompatMask=IncompatMask|true
|
||||||
detectorInconsistentAnnotations=InconsistentAnnotations|true
|
detectorInconsistentAnnotations=InconsistentAnnotations|true
|
||||||
detectorInefficientIndexOf=InefficientIndexOf|true
|
detectorInefficientIndexOf=InefficientIndexOf|true
|
||||||
|
detectorInefficientInitializationInsideLoop=InefficientInitializationInsideLoop|false
|
||||||
detectorInefficientMemberAccess=InefficientMemberAccess|false
|
detectorInefficientMemberAccess=InefficientMemberAccess|false
|
||||||
detectorInefficientToArray=InefficientToArray|true
|
detectorInefficientToArray=InefficientToArray|true
|
||||||
detectorInfiniteLoop=InfiniteLoop|true
|
detectorInfiniteLoop=InfiniteLoop|true
|
||||||
@@ -94,6 +98,7 @@ detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true
|
|||||||
detectorLostLoggerDueToWeakReference=LostLoggerDueToWeakReference|true
|
detectorLostLoggerDueToWeakReference=LostLoggerDueToWeakReference|true
|
||||||
detectorMethodReturnCheck=MethodReturnCheck|true
|
detectorMethodReturnCheck=MethodReturnCheck|true
|
||||||
detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true
|
detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true
|
||||||
|
detectorMutableEnum=MutableEnum|true
|
||||||
detectorMutableLock=MutableLock|true
|
detectorMutableLock=MutableLock|true
|
||||||
detectorMutableStaticFields=MutableStaticFields|true
|
detectorMutableStaticFields=MutableStaticFields|true
|
||||||
detectorNaming=Naming|true
|
detectorNaming=Naming|true
|
||||||
@@ -106,6 +111,7 @@ detectorPublicSemaphores=PublicSemaphores|false
|
|||||||
detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true
|
detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true
|
||||||
detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true
|
detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true
|
||||||
detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true
|
detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true
|
||||||
|
detectorRedundantConditions=RedundantConditions|true
|
||||||
detectorRedundantInterfaces=RedundantInterfaces|true
|
detectorRedundantInterfaces=RedundantInterfaces|true
|
||||||
detectorRepeatedConditionals=RepeatedConditionals|true
|
detectorRepeatedConditionals=RepeatedConditionals|true
|
||||||
detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true
|
detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true
|
||||||
|
Reference in New Issue
Block a user