123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- #FindBugs User Preferences
- #Tue Oct 23 16:21:47 CEST 2007
- detectorBadAppletConstructor=BadAppletConstructor|false
- detectorBadResultSetAccess=BadResultSetAccess|true
- detectorBadSyntaxForRegularExpression=BadSyntaxForRegularExpression|true
- detectorBadUseOfReturnValue=BadUseOfReturnValue|true
- detectorBadlyOverriddenAdapter=BadlyOverriddenAdapter|true
- detectorCheckImmutableAnnotation=CheckImmutableAnnotation|true
- detectorCloneIdiom=CloneIdiom|true
- detectorComparatorIdiom=ComparatorIdiom|true
- detectorConfusedInheritance=ConfusedInheritance|true
- detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true
- detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true
- detectorDontCatchIllegalMonitorStateException=DontCatchIllegalMonitorStateException|true
- detectorDontUseEnum=DontUseEnum|true
- detectorDroppedException=DroppedException|true
- detectorDumbMethodInvocations=DumbMethodInvocations|true
- detectorDumbMethods=DumbMethods|true
- detectorDuplicateBranches=DuplicateBranches|true
- detectorEmptyZipFileEntry=EmptyZipFileEntry|true
- detectorFinalizerNullsFields=FinalizerNullsFields|true
- detectorFindBadCast2=FindBadCast2|true
- detectorFindBadForLoop=FindBadForLoop|true
- detectorFindCircularDependencies=FindCircularDependencies|false
- detectorFindDeadLocalStores=FindDeadLocalStores|true
- detectorFindDoubleCheck=FindDoubleCheck|true
- detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true
- detectorFindFieldSelfAssignment=FindFieldSelfAssignment|true
- detectorFindFinalizeInvocations=FindFinalizeInvocations|true
- detectorFindFloatEquality=FindFloatEquality|true
- detectorFindHEmismatch=FindHEmismatch|true
- detectorFindInconsistentSync2=FindInconsistentSync2|true
- detectorFindJSR166LockMonitorenter=FindJSR166LockMonitorenter|true
- detectorFindLocalSelfAssignment2=FindLocalSelfAssignment2|true
- detectorFindMaskedFields=FindMaskedFields|true
- detectorFindMismatchedWaitOrNotify=FindMismatchedWaitOrNotify|true
- detectorFindNakedNotify=FindNakedNotify|true
- detectorFindNonSerializableStoreIntoSession=FindNonSerializableStoreIntoSession|true
- detectorFindNonSerializableValuePassedToWriteObject=FindNonSerializableValuePassedToWriteObject|true
- detectorFindNonShortCircuit=FindNonShortCircuit|true
- detectorFindNullDeref=FindNullDeref|true
- detectorFindOpenStream=FindOpenStream|true
- detectorFindPuzzlers=FindPuzzlers|true
- detectorFindRefComparison=FindRefComparison|true
- detectorFindReturnRef=FindReturnRef|true
- detectorFindRunInvocations=FindRunInvocations|true
- detectorFindSelfComparison=FindSelfComparison|true
- detectorFindSelfComparison2=FindSelfComparison2|true
- detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true
- detectorFindSpinLoop=FindSpinLoop|true
- detectorFindSqlInjection=FindSqlInjection|true
- detectorFindTwoLockWait=FindTwoLockWait|true
- detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true
- detectorFindUnconditionalWait=FindUnconditionalWait|true
- detectorFindUninitializedGet=FindUninitializedGet|true
- detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true
- detectorFindUnreleasedLock=FindUnreleasedLock|true
- detectorFindUnsyncGet=FindUnsyncGet|true
- detectorFindUselessControlFlow=FindUselessControlFlow|true
- detectorHugeSharedStringConstants=HugeSharedStringConstants|true
- detectorIDivResultCastToDouble=IDivResultCastToDouble|true
- detectorIncompatMask=IncompatMask|true
- detectorInefficientMemberAccess=InefficientMemberAccess|false
- detectorInefficientToArray=InefficientToArray|true
- detectorInfiniteLoop=InfiniteLoop|false
- detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true
- detectorInfiniteRecursiveLoop2=InfiniteRecursiveLoop2|false
- detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true
- detectorInitializationChain=InitializationChain|true
- detectorInstantiateStaticClass=InstantiateStaticClass|true
- detectorInvalidJUnitTest=InvalidJUnitTest|true
- detectorIteratorIdioms=IteratorIdioms|true
- detectorLazyInit=LazyInit|true
- detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true
- detectorMethodReturnCheck=MethodReturnCheck|true
- detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true
- detectorMutableLock=MutableLock|true
- detectorMutableStaticFields=MutableStaticFields|true
- detectorNaming=Naming|true
- detectorNumberConstructor=NumberConstructor|true
- detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true
- detectorPublicSemaphores=PublicSemaphores|false
- detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true
- detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true
- detectorRedundantInterfaces=RedundantInterfaces|true
- detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true
- detectorSerializableIdiom=SerializableIdiom|true
- detectorStartInConstructor=StartInConstructor|true
- detectorStaticCalendarDetector=StaticCalendarDetector|true
- detectorStringConcatenation=StringConcatenation|true
- detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true
- detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true
- detectorSwitchFallthrough=SwitchFallthrough|true
- detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true
- detectorTestASM=TestASM|false
- detectorURLProblems=URLProblems|true
- detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true
- detectorUnnecessaryMath=UnnecessaryMath|true
- detectorUnreadFields=UnreadFields|true
- detectorUseObjectEquals=UseObjectEquals|false
- detectorUselessSubclassMethod=UselessSubclassMethod|false
- detectorVarArgsProblems=VarArgsProblems|true
- detectorVolatileUsage=VolatileUsage|true
- detectorWaitInLoop=WaitInLoop|true
- detectorWrongMapIterator=WrongMapIterator|true
- detectorXMLFactoryBypass=XMLFactoryBypass|true
- detector_threshold=2
- filter_settings=Medium|PERFORMANCE,CORRECTNESS,I18N,MT_CORRECTNESS,BAD_PRACTICE,MALICIOUS_CODE,STYLE|false
- filter_settings_neg=|
|