Class IdenticalCatchBranchesRule

  • All Implemented Interfaces:
    JavaParserVisitor, net.sourceforge.pmd.lang.rule.ImmutableLanguage, net.sourceforge.pmd.properties.PropertySource, net.sourceforge.pmd.Rule

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