Home
last modified time | relevance | path

Searched refs:violationsPropery (Results 1 – 1 of 1) sorted by relevance

/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DReportTask.java353 private String violationsPropery = null; field in ReportTask.CheckFormatterElement
384 this.violationsPropery = property; in setViolationsProperty()
398 if (violationsPropery != null) { in onViolation()
399 final String old = getProject().getProperty(violationsPropery); in onViolation()
402 getProject().setProperty(violationsPropery, value); in onViolation()