net.sourceforge.pmd.stat
public abstract class StatisticalRule extends AbstractJavaRule
| Field Summary | |
|---|---|
| static double | DELTA |
| Method Summary | |
|---|---|
| void | addDataPoint(DataPoint point) |
| void | apply(List acus, RuleContext ctx) |
| protected SortedSet<DataPoint> | applyMinimumValue(SortedSet<DataPoint> pointSet, double minValue) |
| protected SortedSet<DataPoint> | applyTopScore(SortedSet<DataPoint> points, int topScore) |
| protected double | getMean() |
| protected double | getStdDev() |
| protected void | makeViolations(RuleContext ctx, Set<DataPoint> p) |
| protected Map<String,PropertyDescriptor> | propertiesByName() |