Class AbstractStatisticalJavaRule

    • Field Summary

      • Fields inherited from class net.sourceforge.pmd.properties.AbstractPropertySource

        propertyDescriptors, propertyValuesByDescriptor
      • Fields inherited from interface net.sourceforge.pmd.Rule

        VIOLATION_SUPPRESS_REGEX_DESCRIPTOR, VIOLATION_SUPPRESS_XPATH_DESCRIPTOR
      • Fields inherited from interface net.sourceforge.pmd.lang.rule.stat.StatisticalRule

        MINIMUM_DESCRIPTOR, SIGMA_DESCRIPTOR, TOP_SCORE_DESCRIPTOR
    • Constructor Detail

      • AbstractStatisticalJavaRule

        public AbstractStatisticalJavaRule()
        Deprecated.
    • Method Detail

      • addDataPoint

        public void addDataPoint​(net.sourceforge.pmd.stat.DataPoint point)
        Deprecated.
        Specified by:
        addDataPoint in interface net.sourceforge.pmd.lang.rule.stat.StatisticalRule
      • getViolationParameters

        public Object[] getViolationParameters​(net.sourceforge.pmd.stat.DataPoint point)
        Deprecated.
        Specified by:
        getViolationParameters in interface net.sourceforge.pmd.lang.rule.stat.StatisticalRule
      • apply

        public void apply​(List<? extends net.sourceforge.pmd.lang.ast.Node> nodes,
                          net.sourceforge.pmd.RuleContext ctx)
        Deprecated.
        Specified by:
        apply in interface net.sourceforge.pmd.Rule
        Overrides:
        apply in class AbstractJavaRule