Class ExceptionAsFlowControlRule

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

    public class ExceptionAsFlowControlRule
    extends AbstractJavaRule
    Catches the use of exception statements as a flow control device.
    Author:
    Will Sargent