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