org.jacoco.report.check
Interface IViolationsOutput
public interface IViolationsOutput
Call-back interface which is used to report rule violations to.
onViolation
void onViolation(ICoverageNode node,
Rule rule,
Limit limit,
String message)
- Called for every rule violation.
- Parameters:
node - node which violates a rulerule - rule which is violatedlimit - limit which is violatedmessage - readable message describing this violation
Copyright © 2009-2013 Mountainminds GmbH & Co. KG. All Rights Reserved.