~vcs-imports/jeuclid/trunk

202 by maxberger
Added FindBugs to Eclipse config
1
#FindBugs User Preferences
207 by maxberger
Set threshold to min
2
#Fri May 11 13:57:04 GMT+01:00 2007
202 by maxberger
Added FindBugs to Eclipse config
3
detectorBadAppletConstructor=BadAppletConstructor|false
4
detectorBadResultSetAccess=BadResultSetAccess|true
5
detectorBadSyntaxForRegularExpression=BadSyntaxForRegularExpression|true
6
detectorBadUseOfReturnValue=BadUseOfReturnValue|true
7
detectorBadlyOverriddenAdapter=BadlyOverriddenAdapter|true
8
detectorCheckImmutableAnnotation=CheckImmutableAnnotation|true
9
detectorCloneIdiom=CloneIdiom|true
10
detectorComparatorIdiom=ComparatorIdiom|true
11
detectorConfusedInheritance=ConfusedInheritance|true
12
detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true
13
detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true
14
detectorDontCatchIllegalMonitorStateException=DontCatchIllegalMonitorStateException|true
15
detectorDroppedException=DroppedException|true
16
detectorDumbMethodInvocations=DumbMethodInvocations|true
17
detectorDumbMethods=DumbMethods|true
18
detectorDuplicateBranches=DuplicateBranches|true
19
detectorEmptyZipFileEntry=EmptyZipFileEntry|true
20
detectorFindBadCast2=FindBadCast2|true
21
detectorFindBadForLoop=FindBadForLoop|true
22
detectorFindCircularDependencies=FindCircularDependencies|false
23
detectorFindDeadLocalStores=FindDeadLocalStores|true
24
detectorFindDoubleCheck=FindDoubleCheck|true
25
detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true
26
detectorFindFieldSelfAssignment=FindFieldSelfAssignment|true
27
detectorFindFinalizeInvocations=FindFinalizeInvocations|true
28
detectorFindFloatEquality=FindFloatEquality|true
29
detectorFindHEmismatch=FindHEmismatch|true
30
detectorFindInconsistentSync2=FindInconsistentSync2|true
31
detectorFindJSR166LockMonitorenter=FindJSR166LockMonitorenter|true
32
detectorFindLocalSelfAssignment2=FindLocalSelfAssignment2|true
33
detectorFindMaskedFields=FindMaskedFields|true
34
detectorFindMismatchedWaitOrNotify=FindMismatchedWaitOrNotify|true
35
detectorFindNakedNotify=FindNakedNotify|true
36
detectorFindNonSerializableStoreIntoSession=FindNonSerializableStoreIntoSession|true
37
detectorFindNonSerializableValuePassedToWriteObject=FindNonSerializableValuePassedToWriteObject|true
38
detectorFindNonShortCircuit=FindNonShortCircuit|true
39
detectorFindNullDeref=FindNullDeref|true
40
detectorFindOpenStream=FindOpenStream|true
41
detectorFindPuzzlers=FindPuzzlers|true
42
detectorFindRefComparison=FindRefComparison|true
43
detectorFindReturnRef=FindReturnRef|true
44
detectorFindRunInvocations=FindRunInvocations|true
45
detectorFindSelfComparison=FindSelfComparison|true
46
detectorFindSelfComparison2=FindSelfComparison2|true
47
detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true
48
detectorFindSpinLoop=FindSpinLoop|true
49
detectorFindSqlInjection=FindSqlInjection|true
50
detectorFindTwoLockWait=FindTwoLockWait|true
51
detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true
52
detectorFindUnconditionalWait=FindUnconditionalWait|true
53
detectorFindUninitializedGet=FindUninitializedGet|true
54
detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true
55
detectorFindUnreleasedLock=FindUnreleasedLock|true
56
detectorFindUnsyncGet=FindUnsyncGet|true
57
detectorFindUselessControlFlow=FindUselessControlFlow|true
58
detectorHugeSharedStringConstants=HugeSharedStringConstants|true
59
detectorIDivResultCastToDouble=IDivResultCastToDouble|true
60
detectorIncompatMask=IncompatMask|true
61
detectorInefficientMemberAccess=InefficientMemberAccess|false
62
detectorInefficientToArray=InefficientToArray|true
63
detectorInfiniteLoop=InfiniteLoop|true
64
detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true
65
detectorInfiniteRecursiveLoop2=InfiniteRecursiveLoop2|false
66
detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true
67
detectorInitializationChain=InitializationChain|true
68
detectorInstantiateStaticClass=InstantiateStaticClass|true
69
detectorInvalidJUnitTest=InvalidJUnitTest|true
70
detectorIteratorIdioms=IteratorIdioms|true
71
detectorLazyInit=LazyInit|true
72
detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true
73
detectorMethodReturnCheck=MethodReturnCheck|true
74
detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true
75
detectorMutableLock=MutableLock|true
76
detectorMutableStaticFields=MutableStaticFields|true
77
detectorNaming=Naming|true
78
detectorNumberConstructor=NumberConstructor|true
79
detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true
80
detectorPublicSemaphores=PublicSemaphores|false
81
detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true
82
detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true
83
detectorRedundantInterfaces=RedundantInterfaces|true
84
detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true
85
detectorSerializableIdiom=SerializableIdiom|true
86
detectorStartInConstructor=StartInConstructor|true
87
detectorStaticCalendarDetector=StaticCalendarDetector|false
88
detectorStringConcatenation=StringConcatenation|true
89
detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true
90
detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true
91
detectorSwitchFallthrough=SwitchFallthrough|true
92
detectorURLProblems=URLProblems|true
93
detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true
94
detectorUnnecessaryMath=UnnecessaryMath|true
95
detectorUnreadFields=UnreadFields|true
96
detectorUseObjectEquals=UseObjectEquals|false
97
detectorUselessSubclassMethod=UselessSubclassMethod|false
98
detectorVarArgsProblems=VarArgsProblems|true
99
detectorVolatileUsage=VolatileUsage|true
100
detectorWaitInLoop=WaitInLoop|true
101
detectorWrongMapIterator=WrongMapIterator|true
102
detectorXMLFactoryBypass=XMLFactoryBypass|true
103
detector_threshold=2
207 by maxberger
Set threshold to min
104
effort=min
202 by maxberger
Added FindBugs to Eclipse config
105
filter_settings=Medium|MALICIOUS_CODE,STYLE,BAD_PRACTICE,CORRECTNESS,I18N,PERFORMANCE,MT_CORRECTNESS|false
106
filter_settings_neg=|