source: josm/trunk/.settings/edu.umd.cs.findbugs.core.prefs@ 6337

Last change on this file since 6337 was 4868, checked in by jttt, 12 years ago

fix some warnings

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