Class ModifiedCyclomaticComplexityRule

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

    @Deprecated
    public class ModifiedCyclomaticComplexityRule
    extends StdCyclomaticComplexityRule
    Deprecated.
    Implements the modified cyclomatic complexity rule

    Modified rules: Same as standard cyclomatic complexity, but switch statement plus all cases count as 1.

    Since:
    June 18, 2014
    Author:
    Alan Hohn, based on work by Donald A. Leckie