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.

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