Searched refs:warningReference (Results 1 – 1 of 1) sorted by relevance
49 final double warningReference; field in CheckWidths.Limit58 …public Limit(double warningReference, double errorReference, Measure measure, LimitType limit, Spe… in Limit() argument60 this.warningReference = warningReference; in Limit()133 if (valueMeasure >= warningReference) { in hasProblem()141 if (valueMeasure <= warningReference) { in hasProblem()157 …double percent = (int) (Math.abs(115 * valueMeasure / warningReference - 100.0d) / 10 + 0.49999d) … in hasProblem()161 .setMessage(message, warningReference, valueMeasure, percent)); in hasProblem()