Package | Description |
---|---|
org.incava.analysis |
Modifier and Type | Method and Description |
---|---|
void |
Report.addViolation(Violation v)
Adds the given violation.
|
protected java.lang.String |
ContextReport.toString(Violation violation)
Returns a string representing the given violation, consistent with the
format of the Report subclass.
|
protected abstract java.lang.String |
Report.toString(Violation violation)
Returns a string representing the given violation, consistent with the
format of the Report subclass.
|
protected java.lang.String |
TerseReport.toString(Violation violation)
Returns the given violation, in single-line format.
|