Searched refs:onViolation (Results 1 – 6 of 6) sorted by relevance
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
D | IViolationsOutput.java | 34 void onViolation(ICoverageNode node, Rule rule, Limit limit, String message); in onViolation() method
|
D | BundleChecker.java | 144 output.onViolation(node, rule, limit, String.format( in checkLimit()
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
D | CheckMojo.java | 203 public void onViolation(final ICoverageNode node, final Rule rule, in onViolation() method in CheckMojo
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
D | RulesCheckerTest.java | 98 public void onViolation(ICoverageNode node, Rule rule, Limit limit, in onViolation() method in RulesCheckerTest
|
D | BundleCheckerTest.java | 155 public void onViolation(ICoverageNode node, Rule rule, Limit limit, in onViolation() method in BundleCheckerTest
|
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
D | ReportTask.java | 394 public void onViolation(final ICoverageNode node, final Rule rule, in onViolation() method in ReportTask.CheckFormatterElement
|