1 | #FindBugs User Preferences |
---|
2 | #Sat Jan 21 17:37:33 CET 2012 |
---|
3 | cloud_id=edu.umd.cs.findbugs.cloud.doNothingCloud |
---|
4 | detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true |
---|
5 | detectorAtomicityProblem=AtomicityProblem|true |
---|
6 | detectorBadAppletConstructor=BadAppletConstructor|false |
---|
7 | detectorBadResultSetAccess=BadResultSetAccess|true |
---|
8 | detectorBadSyntaxForRegularExpression=BadSyntaxForRegularExpression|true |
---|
9 | detectorBadUseOfReturnValue=BadUseOfReturnValue|true |
---|
10 | detectorBadlyOverriddenAdapter=BadlyOverriddenAdapter|true |
---|
11 | detectorBooleanReturnNull=BooleanReturnNull|true |
---|
12 | detectorCallToUnsupportedMethod=CallToUnsupportedMethod|false |
---|
13 | detectorCheckExpectedWarnings=CheckExpectedWarnings|false |
---|
14 | detectorCheckImmutableAnnotation=CheckImmutableAnnotation|true |
---|
15 | detectorCheckTypeQualifiers=CheckTypeQualifiers|true |
---|
16 | detectorCloneIdiom=CloneIdiom|true |
---|
17 | detectorComparatorIdiom=ComparatorIdiom|true |
---|
18 | detectorConfusedInheritance=ConfusedInheritance|true |
---|
19 | detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true |
---|
20 | detectorCrossSiteScripting=CrossSiteScripting|true |
---|
21 | detectorDefaultEncodingDetector=DefaultEncodingDetector|true |
---|
22 | detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true |
---|
23 | detectorDontCatchIllegalMonitorStateException=DontCatchIllegalMonitorStateException|true |
---|
24 | detectorDontIgnoreResultOfPutIfAbsent=DontIgnoreResultOfPutIfAbsent|true |
---|
25 | detectorDontUseEnum=DontUseEnum|true |
---|
26 | detectorDroppedException=DroppedException|true |
---|
27 | detectorDumbMethodInvocations=DumbMethodInvocations|true |
---|
28 | detectorDumbMethods=DumbMethods|true |
---|
29 | detectorDuplicateBranches=DuplicateBranches|true |
---|
30 | detectorEmptyZipFileEntry=EmptyZipFileEntry|true |
---|
31 | detectorEqualsOperandShouldHaveClassCompatibleWithThis=EqualsOperandShouldHaveClassCompatibleWithThis|true |
---|
32 | detectorExplicitSerialization=ExplicitSerialization|true |
---|
33 | detectorFinalizerNullsFields=FinalizerNullsFields|true |
---|
34 | detectorFindBadCast2=FindBadCast2|true |
---|
35 | detectorFindBadForLoop=FindBadForLoop|true |
---|
36 | detectorFindCircularDependencies=FindCircularDependencies|false |
---|
37 | detectorFindDeadLocalStores=FindDeadLocalStores|true |
---|
38 | detectorFindDoubleCheck=FindDoubleCheck|true |
---|
39 | detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true |
---|
40 | detectorFindFieldSelfAssignment=FindFieldSelfAssignment|true |
---|
41 | detectorFindFinalizeInvocations=FindFinalizeInvocations|true |
---|
42 | detectorFindFloatEquality=FindFloatEquality|true |
---|
43 | detectorFindHEmismatch=FindHEmismatch|true |
---|
44 | detectorFindInconsistentSync2=FindInconsistentSync2|true |
---|
45 | detectorFindJSR166LockMonitorenter=FindJSR166LockMonitorenter|true |
---|
46 | detectorFindLocalSelfAssignment2=FindLocalSelfAssignment2|true |
---|
47 | detectorFindMaskedFields=FindMaskedFields|true |
---|
48 | detectorFindMismatchedWaitOrNotify=FindMismatchedWaitOrNotify|true |
---|
49 | detectorFindNakedNotify=FindNakedNotify|true |
---|
50 | detectorFindNonShortCircuit=FindNonShortCircuit|true |
---|
51 | detectorFindNullDeref=FindNullDeref|true |
---|
52 | detectorFindNullDerefsInvolvingNonShortCircuitEvaluation=FindNullDerefsInvolvingNonShortCircuitEvaluation|true |
---|
53 | detectorFindOpenStream=FindOpenStream|true |
---|
54 | detectorFindPuzzlers=FindPuzzlers|true |
---|
55 | detectorFindRefComparison=FindRefComparison|true |
---|
56 | detectorFindReturnRef=FindReturnRef|true |
---|
57 | detectorFindRunInvocations=FindRunInvocations|true |
---|
58 | detectorFindSelfComparison=FindSelfComparison|true |
---|
59 | detectorFindSelfComparison2=FindSelfComparison2|true |
---|
60 | detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true |
---|
61 | detectorFindSpinLoop=FindSpinLoop|true |
---|
62 | detectorFindSqlInjection=FindSqlInjection|true |
---|
63 | detectorFindTwoLockWait=FindTwoLockWait|true |
---|
64 | detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true |
---|
65 | detectorFindUnconditionalWait=FindUnconditionalWait|true |
---|
66 | detectorFindUninitializedGet=FindUninitializedGet|true |
---|
67 | detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true |
---|
68 | detectorFindUnreleasedLock=FindUnreleasedLock|true |
---|
69 | detectorFindUnsatisfiedObligation=FindUnsatisfiedObligation|true |
---|
70 | detectorFindUnsyncGet=FindUnsyncGet|true |
---|
71 | detectorFindUseOfNonSerializableValue=FindUseOfNonSerializableValue|true |
---|
72 | detectorFindUselessControlFlow=FindUselessControlFlow|true |
---|
73 | detectorFormatStringChecker=FormatStringChecker|true |
---|
74 | detectorHugeSharedStringConstants=HugeSharedStringConstants|true |
---|
75 | detectorIDivResultCastToDouble=IDivResultCastToDouble|true |
---|
76 | detectorIncompatMask=IncompatMask|true |
---|
77 | detectorInconsistentAnnotations=InconsistentAnnotations|true |
---|
78 | detectorInefficientMemberAccess=InefficientMemberAccess|false |
---|
79 | detectorInefficientToArray=InefficientToArray|true |
---|
80 | detectorInfiniteLoop=InfiniteLoop|true |
---|
81 | detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true |
---|
82 | detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true |
---|
83 | detectorInitializationChain=InitializationChain|true |
---|
84 | detectorInstantiateStaticClass=InstantiateStaticClass|true |
---|
85 | detectorIntCast2LongAsInstant=IntCast2LongAsInstant|true |
---|
86 | detectorInvalidJUnitTest=InvalidJUnitTest|true |
---|
87 | detectorIteratorIdioms=IteratorIdioms|true |
---|
88 | detectorLazyInit=LazyInit|true |
---|
89 | detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true |
---|
90 | detectorLostLoggerDueToWeakReference=LostLoggerDueToWeakReference|true |
---|
91 | detectorMethodReturnCheck=MethodReturnCheck|true |
---|
92 | detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true |
---|
93 | detectorMutableLock=MutableLock|true |
---|
94 | detectorMutableStaticFields=MutableStaticFields|true |
---|
95 | detectorNaming=Naming|true |
---|
96 | detectorNoteUnconditionalParamDerefs=NoteUnconditionalParamDerefs|true |
---|
97 | detectorNumberConstructor=NumberConstructor|true |
---|
98 | detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true |
---|
99 | detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true |
---|
100 | detectorPublicSemaphores=PublicSemaphores|false |
---|
101 | detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true |
---|
102 | detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true |
---|
103 | detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true |
---|
104 | detectorRedundantInterfaces=RedundantInterfaces|true |
---|
105 | detectorRepeatedConditionals=RepeatedConditionals|true |
---|
106 | detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true |
---|
107 | detectorSerializableIdiom=SerializableIdiom|true |
---|
108 | detectorStartInConstructor=StartInConstructor|true |
---|
109 | detectorStaticCalendarDetector=StaticCalendarDetector|true |
---|
110 | detectorStringConcatenation=StringConcatenation|true |
---|
111 | detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true |
---|
112 | detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true |
---|
113 | detectorSwitchFallthrough=SwitchFallthrough|true |
---|
114 | detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true |
---|
115 | detectorSynchronizeOnClassLiteralNotGetClass=SynchronizeOnClassLiteralNotGetClass|true |
---|
116 | detectorSynchronizingOnContentsOfFieldToProtectField=SynchronizingOnContentsOfFieldToProtectField|true |
---|
117 | detectorURLProblems=URLProblems|true |
---|
118 | detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true |
---|
119 | detectorUnnecessaryMath=UnnecessaryMath|true |
---|
120 | detectorUnreadFields=UnreadFields|true |
---|
121 | detectorUselessSubclassMethod=UselessSubclassMethod|false |
---|
122 | detectorVarArgsProblems=VarArgsProblems|true |
---|
123 | detectorVolatileUsage=VolatileUsage|true |
---|
124 | detectorWaitInLoop=WaitInLoop|true |
---|
125 | detectorWrongMapIterator=WrongMapIterator|true |
---|
126 | detectorXMLFactoryBypass=XMLFactoryBypass|true |
---|
127 | detector_threshold=2 |
---|
128 | effort=max |
---|
129 | excludefilter0=tools/findbugs/josm-filter.xml|true |
---|
130 | filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,MT_CORRECTNESS,PERFORMANCE,STYLE|false|16 |
---|
131 | filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY| |
---|
132 | run_at_full_build=false |
---|