.fbprefs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. #FindBugs User Preferences
  2. #Tue Oct 23 16:21:47 CEST 2007
  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. detectorDontUseEnum=DontUseEnum|true
  16. detectorDroppedException=DroppedException|true
  17. detectorDumbMethodInvocations=DumbMethodInvocations|true
  18. detectorDumbMethods=DumbMethods|true
  19. detectorDuplicateBranches=DuplicateBranches|true
  20. detectorEmptyZipFileEntry=EmptyZipFileEntry|true
  21. detectorFinalizerNullsFields=FinalizerNullsFields|true
  22. detectorFindBadCast2=FindBadCast2|true
  23. detectorFindBadForLoop=FindBadForLoop|true
  24. detectorFindCircularDependencies=FindCircularDependencies|false
  25. detectorFindDeadLocalStores=FindDeadLocalStores|true
  26. detectorFindDoubleCheck=FindDoubleCheck|true
  27. detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true
  28. detectorFindFieldSelfAssignment=FindFieldSelfAssignment|true
  29. detectorFindFinalizeInvocations=FindFinalizeInvocations|true
  30. detectorFindFloatEquality=FindFloatEquality|true
  31. detectorFindHEmismatch=FindHEmismatch|true
  32. detectorFindInconsistentSync2=FindInconsistentSync2|true
  33. detectorFindJSR166LockMonitorenter=FindJSR166LockMonitorenter|true
  34. detectorFindLocalSelfAssignment2=FindLocalSelfAssignment2|true
  35. detectorFindMaskedFields=FindMaskedFields|true
  36. detectorFindMismatchedWaitOrNotify=FindMismatchedWaitOrNotify|true
  37. detectorFindNakedNotify=FindNakedNotify|true
  38. detectorFindNonSerializableStoreIntoSession=FindNonSerializableStoreIntoSession|true
  39. detectorFindNonSerializableValuePassedToWriteObject=FindNonSerializableValuePassedToWriteObject|true
  40. detectorFindNonShortCircuit=FindNonShortCircuit|true
  41. detectorFindNullDeref=FindNullDeref|true
  42. detectorFindOpenStream=FindOpenStream|true
  43. detectorFindPuzzlers=FindPuzzlers|true
  44. detectorFindRefComparison=FindRefComparison|true
  45. detectorFindReturnRef=FindReturnRef|true
  46. detectorFindRunInvocations=FindRunInvocations|true
  47. detectorFindSelfComparison=FindSelfComparison|true
  48. detectorFindSelfComparison2=FindSelfComparison2|true
  49. detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true
  50. detectorFindSpinLoop=FindSpinLoop|true
  51. detectorFindSqlInjection=FindSqlInjection|true
  52. detectorFindTwoLockWait=FindTwoLockWait|true
  53. detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true
  54. detectorFindUnconditionalWait=FindUnconditionalWait|true
  55. detectorFindUninitializedGet=FindUninitializedGet|true
  56. detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true
  57. detectorFindUnreleasedLock=FindUnreleasedLock|true
  58. detectorFindUnsyncGet=FindUnsyncGet|true
  59. detectorFindUselessControlFlow=FindUselessControlFlow|true
  60. detectorHugeSharedStringConstants=HugeSharedStringConstants|true
  61. detectorIDivResultCastToDouble=IDivResultCastToDouble|true
  62. detectorIncompatMask=IncompatMask|true
  63. detectorInefficientMemberAccess=InefficientMemberAccess|false
  64. detectorInefficientToArray=InefficientToArray|true
  65. detectorInfiniteLoop=InfiniteLoop|false
  66. detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true
  67. detectorInfiniteRecursiveLoop2=InfiniteRecursiveLoop2|false
  68. detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true
  69. detectorInitializationChain=InitializationChain|true
  70. detectorInstantiateStaticClass=InstantiateStaticClass|true
  71. detectorInvalidJUnitTest=InvalidJUnitTest|true
  72. detectorIteratorIdioms=IteratorIdioms|true
  73. detectorLazyInit=LazyInit|true
  74. detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true
  75. detectorMethodReturnCheck=MethodReturnCheck|true
  76. detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true
  77. detectorMutableLock=MutableLock|true
  78. detectorMutableStaticFields=MutableStaticFields|true
  79. detectorNaming=Naming|true
  80. detectorNumberConstructor=NumberConstructor|true
  81. detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true
  82. detectorPublicSemaphores=PublicSemaphores|false
  83. detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true
  84. detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true
  85. detectorRedundantInterfaces=RedundantInterfaces|true
  86. detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true
  87. detectorSerializableIdiom=SerializableIdiom|true
  88. detectorStartInConstructor=StartInConstructor|true
  89. detectorStaticCalendarDetector=StaticCalendarDetector|true
  90. detectorStringConcatenation=StringConcatenation|true
  91. detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true
  92. detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true
  93. detectorSwitchFallthrough=SwitchFallthrough|true
  94. detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true
  95. detectorTestASM=TestASM|false
  96. detectorURLProblems=URLProblems|true
  97. detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true
  98. detectorUnnecessaryMath=UnnecessaryMath|true
  99. detectorUnreadFields=UnreadFields|true
  100. detectorUseObjectEquals=UseObjectEquals|false
  101. detectorUselessSubclassMethod=UselessSubclassMethod|false
  102. detectorVarArgsProblems=VarArgsProblems|true
  103. detectorVolatileUsage=VolatileUsage|true
  104. detectorWaitInLoop=WaitInLoop|true
  105. detectorWrongMapIterator=WrongMapIterator|true
  106. detectorXMLFactoryBypass=XMLFactoryBypass|true
  107. detector_threshold=2
  108. filter_settings=Medium|PERFORMANCE,CORRECTNESS,I18N,MT_CORRECTNESS,BAD_PRACTICE,MALICIOUS_CODE,STYLE|false
  109. filter_settings_neg=|