Class AbstractStatisticalPLSQLRule

    • Constructor Detail

      • AbstractStatisticalPLSQLRule

        public AbstractStatisticalPLSQLRule()
        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 java.lang.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​(java.util.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 AbstractPLSQLRule