|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Violation | |
rj.tools.jcsc.ant | |
rj.tools.jcsc.plugins.intellij |
Uses of Violation in rj.tools.jcsc.ant |
Methods in rj.tools.jcsc.ant that return Violation | |
Violation[] |
BatchResult.getViolations()
array of violations for that class |
Constructors in rj.tools.jcsc.ant with parameters of type Violation | |
BatchResult(Violation[] violations,
java.lang.String packageName,
java.lang.String className,
java.lang.String authors,
int methodCount,
int ncssCount,
int lineCount,
int unitTestClassCount,
int unitTestsCount)
Creates a new instance of BatchResult. |
Uses of Violation in rj.tools.jcsc.plugins.intellij |
Methods in rj.tools.jcsc.plugins.intellij with parameters of type Violation | |
void |
JCSCResultPanel.setViolations(Violation[] violations)
Set the violation from the last JCSC run |
void |
OverviewPanel.setViolations(Violation[] violations)
Set the violations found |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |