Changeset 8656 in josm for trunk/.settings
- Timestamp:
- 2015-08-09T23:30:52+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.settings/edu.umd.cs.findbugs.core.prefs
r6757 r8656 1 1 #FindBugs User Preferences 2 # Fri Jan 24 10:43:38 CET 20142 #Sat Aug 01 23:18:50 CEST 2015 3 3 cloud_id=edu.umd.cs.findbugs.cloud.doNothingCloud 4 4 detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true … … 19 19 detectorConfusedInheritance=ConfusedInheritance|true 20 20 detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true 21 detectorCovariantArrayAssignment=CovariantArrayAssignment|false 21 22 detectorCrossSiteScripting=CrossSiteScripting|true 22 23 detectorDefaultEncodingDetector=DefaultEncodingDetector|true … … 36 37 detectorFindBadForLoop=FindBadForLoop|true 37 38 detectorFindCircularDependencies=FindCircularDependencies|false 39 detectorFindComparatorProblems=FindComparatorProblems|true 38 40 detectorFindDeadLocalStores=FindDeadLocalStores|true 39 41 detectorFindDoubleCheck=FindDoubleCheck|true … … 56 58 detectorFindRefComparison=FindRefComparison|true 57 59 detectorFindReturnRef=FindReturnRef|true 60 detectorFindRoughConstants=FindRoughConstants|true 58 61 detectorFindRunInvocations=FindRunInvocations|true 59 62 detectorFindSelfComparison=FindSelfComparison|true … … 72 75 detectorFindUseOfNonSerializableValue=FindUseOfNonSerializableValue|true 73 76 detectorFindUselessControlFlow=FindUselessControlFlow|true 77 detectorFindUselessObjects=FindUselessObjects|true 74 78 detectorFormatStringChecker=FormatStringChecker|true 75 79 detectorHugeSharedStringConstants=HugeSharedStringConstants|true … … 77 81 detectorIncompatMask=IncompatMask|true 78 82 detectorInconsistentAnnotations=InconsistentAnnotations|true 83 detectorInefficientIndexOf=InefficientIndexOf|false 84 detectorInefficientInitializationInsideLoop=InefficientInitializationInsideLoop|false 79 85 detectorInefficientMemberAccess=InefficientMemberAccess|false 80 86 detectorInefficientToArray=InefficientToArray|true … … 93 99 detectorMethodReturnCheck=MethodReturnCheck|true 94 100 detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true 101 detectorMutableEnum=MutableEnum|true 95 102 detectorMutableLock=MutableLock|true 96 103 detectorMutableStaticFields=MutableStaticFields|true … … 98 105 detectorNoteUnconditionalParamDerefs=NoteUnconditionalParamDerefs|true 99 106 detectorNumberConstructor=NumberConstructor|true 107 detectorOptionalReturnNull=OptionalReturnNull|true 100 108 detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true 101 109 detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true … … 104 112 detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true 105 113 detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true 114 detectorRedundantConditions=RedundantConditions|true 106 115 detectorRedundantInterfaces=RedundantInterfaces|true 107 116 detectorRepeatedConditionals=RepeatedConditionals|true … … 114 123 detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true 115 124 detectorSwitchFallthrough=SwitchFallthrough|true 125 detectorSynchronizationOnSharedBuiltinConstant=SynchronizationOnSharedBuiltinConstant|true 116 126 detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true 117 127 detectorSynchronizeOnClassLiteralNotGetClass=SynchronizeOnClassLiteralNotGetClass|true … … 130 140 effort=max 131 141 excludefilter0=tools/findbugs/josm-filter.xml|true 132 filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL, MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,STYLE|false|16133 filter_settings_neg=NOISE ,I18N,SECURITY|134 run_at_full_build= false142 filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,I18N,MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,SECURITY,STYLE|false|16 143 filter_settings_neg=NOISE| 144 run_at_full_build=true
Note:
See TracChangeset
for help on using the changeset viewer.