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