Merge branch 'pr-1550'

This commit is contained in:
Andreas Dangel
2019-01-14 18:50:17 +01:00
11 changed files with 58 additions and 0 deletions

View File

@ -12,6 +12,11 @@ import net.sourceforge.pmd.lang.rule.stat.StatisticalRule;
import net.sourceforge.pmd.lang.rule.stat.StatisticalRuleHelper;
import net.sourceforge.pmd.stat.DataPoint;
/**
* @deprecated see {@link StatisticalRule}
*/
@Deprecated
public abstract class AbstractStatisticalJavaRule extends AbstractJavaRule implements StatisticalRule {
private final StatisticalRuleHelper helper = new StatisticalRuleHelper(this);