Class IdenticalCatchBranchesRule

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.ast.AstVisitor, JavaVisitor, net.sourceforge.pmd.lang.rule.Rule, net.sourceforge.pmd.properties.PropertySource

    public class IdenticalCatchBranchesRule
    extends AbstractJavaRulechainRule
    Flags identical catch branches, which can be collapsed into a multi-catch.
    Author:
    Clément Fournier
    Since:
    6.4.0
    • Constructor Detail

      • IdenticalCatchBranchesRule

        public IdenticalCatchBranchesRule()