Uses of Class
net.sourceforge.pmd.annotation.Experimental
-
Packages that use Experimental Package Description net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc. -
-
Uses of Experimental in net.sourceforge.pmd.reporting
Methods in net.sourceforge.pmd.reporting with annotations of type Experimental Modifier and Type Method Description void
RuleContext. addViolationWithPosition(Reportable reportable, AstInfo<?> astInfo, FileLocation location, String message, Object... formatArgs)
Record a new violation of the contextual rule, at the given location (node or token).
-