Package net.sourceforge.pmd.reporting
Interface RuleViolation
-
- All Superinterfaces:
RuleViolation
public interface RuleViolation extends RuleViolation
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.pmd.RuleViolation
CLASS_NAME, DEFAULT_COMPARATOR, METHOD_NAME, PACKAGE_NAME, VARIABLE_NAME
-
-
Method Summary
-
Methods inherited from interface net.sourceforge.pmd.RuleViolation
getAdditionalInfo, getBeginColumn, getBeginLine, getClassName, getDescription, getEndColumn, getEndLine, getFileId, getFilename, getLocation, getMethodName, getPackageName, getRule, getRule$$bridge, getVariableName
-
-