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

Last change on this file since 10102 was 8656, checked in by Don-vip, 9 years ago

enable Findbugs in Eclipse project

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