Deprecate RuleViolationFactory impls

Internal APIs
This commit is contained in:
Clément Fournier
2019-12-05 15:18:35 +01:00
parent e87ab21b08
commit bb7478cd0a
9 changed files with 28 additions and 1 deletions

View File

@ -7,6 +7,7 @@ package net.sourceforge.pmd.lang.scala.rule;
import net.sourceforge.pmd.Rule;
import net.sourceforge.pmd.RuleContext;
import net.sourceforge.pmd.RuleViolation;
import net.sourceforge.pmd.annotation.InternalApi;
import net.sourceforge.pmd.lang.ast.Node;
import net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactory;
import net.sourceforge.pmd.lang.rule.ParametricRuleViolation;
@ -15,6 +16,8 @@ import net.sourceforge.pmd.lang.rule.RuleViolationFactory;
/**
* A RuleViolationFactory for Scala.
*/
@Deprecated
@InternalApi
public class ScalaRuleViolationFactory extends AbstractRuleViolationFactory {
/**
* The shared singleton of this RuleViolationFactory.