Changeset 10218 in josm for trunk/.settings


Ignore:
Timestamp:
2016-05-15T18:36:50+02:00 (8 years ago)
Author:
Don-vip
Message:

findbugs - RC_REF_COMPARISON

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.settings/edu.umd.cs.findbugs.core.prefs

    r8656 r10218  
    11#FindBugs User Preferences
    2 #Sat Aug 01 23:18:50 CEST 2015
     2#Sun May 15 18:27:24 CEST 2016
    33cloud_id=edu.umd.cs.findbugs.cloud.doNothingCloud
    44detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true
     
    1010detectorBadlyOverriddenAdapter=BadlyOverriddenAdapter|true
    1111detectorBooleanReturnNull=BooleanReturnNull|true
    12 detectorCallToUnsupportedMethod=CallToUnsupportedMethod|false
     12detectorCallToUnsupportedMethod=CallToUnsupportedMethod|true
    1313detectorCheckExpectedWarnings=CheckExpectedWarnings|false
    1414detectorCheckImmutableAnnotation=CheckImmutableAnnotation|true
     
    1919detectorConfusedInheritance=ConfusedInheritance|true
    2020detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true
    21 detectorCovariantArrayAssignment=CovariantArrayAssignment|false
     21detectorCovariantArrayAssignment=CovariantArrayAssignment|true
    2222detectorCrossSiteScripting=CrossSiteScripting|true
    2323detectorDefaultEncodingDetector=DefaultEncodingDetector|true
     
    8181detectorIncompatMask=IncompatMask|true
    8282detectorInconsistentAnnotations=InconsistentAnnotations|true
    83 detectorInefficientIndexOf=InefficientIndexOf|false
    84 detectorInefficientInitializationInsideLoop=InefficientInitializationInsideLoop|false
    85 detectorInefficientMemberAccess=InefficientMemberAccess|false
     83detectorInefficientIndexOf=InefficientIndexOf|true
     84detectorInefficientInitializationInsideLoop=InefficientInitializationInsideLoop|true
     85detectorInefficientMemberAccess=InefficientMemberAccess|true
    8686detectorInefficientToArray=InefficientToArray|true
    8787detectorInfiniteLoop=InfiniteLoop|true
     
    108108detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true
    109109detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true
    110 detectorPublicSemaphores=PublicSemaphores|false
     110detectorPublicSemaphores=PublicSemaphores|true
    111111detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true
    112112detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true
     
    131131detectorUnnecessaryMath=UnnecessaryMath|true
    132132detectorUnreadFields=UnreadFields|true
    133 detectorUselessSubclassMethod=UselessSubclassMethod|false
     133detectorUselessSubclassMethod=UselessSubclassMethod|true
    134134detectorVarArgsProblems=VarArgsProblems|true
    135135detectorVolatileUsage=VolatileUsage|true
     
    137137detectorWrongMapIterator=WrongMapIterator|true
    138138detectorXMLFactoryBypass=XMLFactoryBypass|true
    139 detector_threshold=2
     139detector_threshold=3
    140140effort=max
    141141excludefilter0=tools/findbugs/josm-filter.xml|true
    142 filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,I18N,MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,SECURITY,STYLE|false|16
     142filter_settings=Low|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,I18N,MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,SECURITY,STYLE|false|20
    143143filter_settings_neg=NOISE|
    144144run_at_full_build=true
Note: See TracChangeset for help on using the changeset viewer.