Changeset 11746 in josm for trunk/tools


Ignore:
Timestamp:
2017-03-19T02:26:34+01:00 (8 years ago)
Author:
Don-vip
Message:

PMD - Strict Exceptions

File:
1 edited

Legend:

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

    r11739 r11746  
    2121        <exclude name="LocalVariableCouldBeFinal"/>
    2222        <exclude name="MethodArgumentCouldBeFinal"/>
     23  </rule>-->
     24  <rule ref="rulesets/java/strictexception.xml">
     25        <exclude name="ExceptionAsFlowControl"/>
     26        <exclude name="AvoidRethrowingException"/>
    2327  </rule>
    24   <rule ref="rulesets/java/strictexception.xml"/> -->
    2528  <rule ref="rulesets/java/strings.xml">
    2629        <exclude name="AvoidDuplicateLiterals"/>
Note: See TracChangeset for help on using the changeset viewer.