Package net.sourceforge.pmd.lang.apex.metrics.impl
-
Class Summary Class Description AbstractApexClassMetric Base class for Apex metrics.AbstractApexOperationMetric Base class for Apex operation metrics.ClassCognitiveComplexityMetric The sum of the cognitive complexities of all the methods within a class.CognitiveComplexityMetric Measures the cognitive complexity of a Class / Method in Apex.CycloMetric See the doc for the Java metric.WmcMetric See the doc for the Java metric.