public interface RuleViolation
Rule
Modifier and Type | Method and Description |
---|---|
int |
getBeginColumn()
Get the column number of the begin line in the source file
in which this violation was identified.
|
int |
getBeginLine()
Get the begin line number in the source file in which this violation was
identified.
|
java.lang.String |
getClassName()
Get the name of the Class in which this violation was identified.
|
java.lang.String |
getDescription()
Get the description of this violation.
|
int |
getEndColumn()
Get the column number of the end line in the source file
in which this violation was identified.
|
int |
getEndLine()
Get the end line number in the source file in which this violation was
identified.
|
java.lang.String |
getFilename()
Get the source file name in which this violation was identified.
|
java.lang.String |
getMethodName()
Get the method name in which this violation was identified.
|
java.lang.String |
getPackageName()
Get the package name of the Class in which this violation was identified.
|
Rule |
getRule()
Get the Rule which identified this violation.
|
java.lang.String |
getVariableName()
Get the variable name on which this violation was identified.
|
boolean |
isSuppressed()
Indicates whether this violation has been suppressed.
|
Rule getRule()
java.lang.String getDescription()
boolean isSuppressed()
true
if this violation is suppressed, false
otherwise.java.lang.String getFilename()
int getBeginLine()
int getBeginColumn()
int getEndLine()
int getEndColumn()
java.lang.String getPackageName()
java.lang.String getClassName()
java.lang.String getMethodName()
java.lang.String getVariableName()
Copyright © 2002-2014 InfoEther. All Rights Reserved.