public interface Violation
Modifier and Type | Interface and Description |
---|---|
static class |
Violation.RESOLUTION_ID
resolutionID: 0 - NOT_REPAIRED = not repaired,
1 - REPAIRED = repaired,
2 - REMOVED = violating part was removed (eg file removed from archive)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileName() |
int |
getProblemID() |
Violation.RESOLUTION_ID |
getResolutionID() |
java.lang.String |
getViolationType() |
java.lang.String getFileName()
java.lang.String getViolationType()
int getProblemID()
Violation.RESOLUTION_ID getResolutionID()