David Pursehouse | f4d0ad1 | 2015-03-16 14:28:31 +0900 | [diff] [blame] | 1 | #FindBugs User Preferences |
David Pursehouse | 2fbf716 | 2015-03-20 17:14:44 +0900 | [diff] [blame] | 2 | #Fri Mar 20 17:07:10 JST 2015 |
David Pursehouse | f4d0ad1 | 2015-03-16 14:28:31 +0900 | [diff] [blame] | 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 |
David Pursehouse | 2fbf716 | 2015-03-20 17:14:44 +0900 | [diff] [blame] | 21 | detectorCovariantArrayAssignment=CovariantArrayAssignment|false |
David Pursehouse | f4d0ad1 | 2015-03-16 14:28:31 +0900 | [diff] [blame] | 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|false |
| 33 | detectorEqualsOperandShouldHaveClassCompatibleWithThis=EqualsOperandShouldHaveClassCompatibleWithThis|true |
| 34 | detectorExplicitSerialization=ExplicitSerialization|true |
| 35 | detectorFinalizerNullsFields=FinalizerNullsFields|true |
| 36 | detectorFindBadCast2=FindBadCast2|true |
| 37 | detectorFindBadForLoop=FindBadForLoop|true |
| 38 | detectorFindCircularDependencies=FindCircularDependencies|false |
David Pursehouse | 2fbf716 | 2015-03-20 17:14:44 +0900 | [diff] [blame] | 39 | detectorFindComparatorProblems=FindComparatorProblems|true |
David Pursehouse | f4d0ad1 | 2015-03-16 14:28:31 +0900 | [diff] [blame] | 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 |
David Pursehouse | 2fbf716 | 2015-03-20 17:14:44 +0900 | [diff] [blame] | 77 | detectorFindUselessObjects=FindUselessObjects|true |
David Pursehouse | f4d0ad1 | 2015-03-16 14:28:31 +0900 | [diff] [blame] | 78 | detectorFormatStringChecker=FormatStringChecker|true |
| 79 | detectorHugeSharedStringConstants=HugeSharedStringConstants|true |
| 80 | detectorIDivResultCastToDouble=IDivResultCastToDouble|true |
| 81 | detectorIncompatMask=IncompatMask|true |
| 82 | detectorInconsistentAnnotations=InconsistentAnnotations|true |
| 83 | detectorInefficientIndexOf=InefficientIndexOf|true |
David Pursehouse | 2fbf716 | 2015-03-20 17:14:44 +0900 | [diff] [blame] | 84 | detectorInefficientInitializationInsideLoop=InefficientInitializationInsideLoop|false |
David Pursehouse | f4d0ad1 | 2015-03-16 14:28:31 +0900 | [diff] [blame] | 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 |
David Pursehouse | 2fbf716 | 2015-03-20 17:14:44 +0900 | [diff] [blame] | 101 | detectorMutableEnum=MutableEnum|true |
David Pursehouse | f4d0ad1 | 2015-03-16 14:28:31 +0900 | [diff] [blame] | 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 |
David Pursehouse | 2fbf716 | 2015-03-20 17:14:44 +0900 | [diff] [blame] | 114 | detectorRedundantConditions=RedundantConditions|true |
David Pursehouse | f4d0ad1 | 2015-03-16 14:28:31 +0900 | [diff] [blame] | 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=default |
| 141 | filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,SECURITY,STYLE|false|12 |
| 142 | filter_settings_neg=NOISE,I18N| |
| 143 | run_at_full_build=false |