You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

edu.umd.cs.findbugs.core.prefs 8.0KB

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