Searched refs:aliasedAndComprenehsive (Results 1 – 1 of 1) sorted by relevance
106 …Problem(String value, List<CheckStatus> result, CheckCLDR cause, Boolean aliasedAndComprenehsive) { in hasProblem() argument136 …if (valueMeasure < errorReference && cause.getPhase() != Phase.BUILD && !aliasedAndComprenehsive) { in hasProblem()144 …if (valueMeasure > errorReference && cause.getPhase() != Phase.BUILD && !aliasedAndComprenehsive) { in hasProblem()346 …Boolean aliasedAndComprenehsive = (coverageLevel.getLevel(path).compareTo(Level.COMPREHENSIVE) == … in handleCheck() local350 if (item.hasProblem(value, result, this, aliasedAndComprenehsive)) { in handleCheck()