Changeset 12877 in josm


Ignore:
Timestamp:
2017-09-19T17:04:52+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15315 - disable AvoidCatchingNPE

File:
1 edited

Legend:

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

    r12542 r12877  
    7676        <exclude name="ExceptionAsFlowControl"/>
    7777        <exclude name="AvoidCatchingGenericException"/>
     78        <exclude name="AvoidCatchingNPE"/>
    7879        <exclude name="AvoidRethrowingException"/>
    7980  </rule>
Note: See TracChangeset for help on using the changeset viewer.