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