Changeset 15588 in josm for trunk/tools/pmd/josm-ruleset.xml


Ignore:
Timestamp:
2019-12-13T22:12:24+01:00 (5 years ago)
Author:
Don-vip
Message:

tools update: checkstyle 8.27, pmd 6.20, spotbugs 3.1.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/pmd/josm-ruleset.xml

    r14638 r15588  
    1212    <exclude name="ArrayIsStoredDirectly"/>
    1313    <exclude name="AvoidPrintStackTrace"/>
     14    <exclude name="AvoidReassigningLoopVariables"/>
    1415    <exclude name="AvoidReassigningParameters"/>
    1516    <exclude name="AvoidStringBufferField"/>
     
    1718    <exclude name="ConstantsInInterface"/>
    1819    <exclude name="ForLoopCanBeForeach"/>
     20    <exclude name="ForLoopVariableCount"/>
    1921    <exclude name="GuardLogStatement"/>
    2022    <exclude name="JUnit4TestShouldUseAfterAnnotation"/>
     
    162164    <exclude name="BeanMembersShouldSerialize"/>
    163165    <exclude name="CloneThrowsCloneNotSupportedException"/>
     166    <!-- <exclude name="CloseResource"/> -->
    164167    <exclude name="CompareObjectsWithEquals"/>
    165168    <exclude name="ConstructorCallsOverridableMethod"/>
Note: See TracChangeset for help on using the changeset viewer.