Class CyclomaticComplexityRule

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

    public class CyclomaticComplexityRule
    extends AbstractJavaMetricsRule
    Cyclomatic complexity rule using metrics.
    Version:
    6.0.0
    Author:
    Clément Fournier, based on work by Alan Hohn and Donald A. Leckie
    See Also:
    CycloMetric