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.

.fbprefs 6.7KB

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