Class IdenticalCatchBranchesRule

All Implemented Interfaces:
AstVisitor, JavaVisitor, Rule, 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 Details

    • IdenticalCatchBranchesRule

      public IdenticalCatchBranchesRule()
  • Method Details