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


Ignore:
Timestamp:
2026-02-20T11:51:47+01:00 (29 hours ago)
Author:
stoecker
Message:

remove a lot of PMD warnings, especially outdated ignores, see #24635

File:
1 edited

Legend:

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

    r19520 r19535  
    108108  <rule ref="category/java/design.xml">
    109109    <exclude name="PublicMemberInNonPublicType" reason="Fixing these issues does not improve the code quality, rather the opposite"/>
    110     <exclude name="AvoidCatchingGenericException"/>
    111110    <exclude name="AvoidDeeplyNestedIfStmts"/>
    112111    <exclude name="AvoidRethrowingException"/>
     
    147146  </rule>
    148147  <rule ref="category/java/errorprone.xml">
     148    <exclude name="AvoidCatchingGenericException"/>
    149149    <exclude name="AssignmentInOperand"/>
    150150    <exclude name="AssignmentToNonFinalStatic"/>
Note: See TracChangeset for help on using the changeset viewer.