Searched refs:warningType (Results 1 – 20 of 20) sorted by relevance
88 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()95 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()101 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()
109 CheckStatus.Type coverageErrorType = CheckStatus.warningType; in handleCheck()135 … .setCause(this).setMainType(CheckStatus.warningType).setSubtype(Subtype.missingPluralInfo) in setCldrFileToCheck()
141 .setMainType(CheckStatus.warningType) in setCldrFileToCheck()210 .setMainType(CheckStatus.warningType) in handleCheck()227 .setMainType(CheckStatus.warningType) in handleCheck()415 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in checkExemplar()
328 .setMainType(CheckStatus.warningType) in handleCheck()369 et = CheckStatus.warningType; in handleCheck()387 ….setMainType(CheckStatus.warningType) // Making this just a warning, because there are some oddbal… in handleCheck()504 ? CheckStatus.warningType in handleCheck()712 .setMainType(CheckStatus.warningType) in checkPattern()842 .setMainType(CheckStatus.warningType) in checkPattern()907 errType = CheckStatus.warningType; in checkValue()974 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in checkValue()983 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in checkValue()
122 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()164 … CheckStatus.Type showError = phaseCausesError ? CheckStatus.errorType : CheckStatus.warningType; in handleCheck()237 … CheckStatus.Type showError = phaseCausesError ? CheckStatus.errorType : CheckStatus.warningType; in handleCheck()
53 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()
63 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()
33 CheckStatus.Type type = CheckStatus.warningType; in handleCheck()
70 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()
130 CheckStatus.Type errorType = CheckStatus.warningType; in hasProblem()148 errorType = CheckStatus.warningType; in hasProblem()
74 .setMainType(CheckStatus.warningType) in setCldrFileToCheck()312 … .setMainType(typeAndFlagFromCat.flag() ? CheckStatus.errorType : CheckStatus.warningType) in checkConsistentCasing()
508 thisErrorType = CheckStatus.warningType; in handleCheck()563 thisErrorType = CheckStatus.warningType; in handleCheck()569 thisErrorType = CheckStatus.warningType; in handleCheck()
298 ? CheckStatus.errorType : CheckStatus.warningType; in handleCheck()444 …addMissingMessage(disallowed, CheckStatus.warningType, Subtype.charactersNotInMainOrAuxiliaryExemp… in handleCheck()472 …CheckStatus.Type statusType = getPhase() == Phase.BUILD ? CheckStatus.warningType : CheckStatus.er… in checkAndReplacePlaceholders()
208 .setMainType(CheckStatus.warningType) in addFailure()
129 … result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()
161 … result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()454 .setMainType(isWinningValue ? CheckStatus.errorType : CheckStatus.warningType) in checkDecimalFormatConsistency()
207 … .setCause(this).setMainType(CheckStatus.warningType).setSubtype(Subtype.deprecatedAttribute) in check()214 .setMainType(CheckStatus.warningType) in check()
684 warningType = Type.Warning, field in CheckCLDR.CheckStatus
87 .setMainType(CheckStatus.warningType) in doTest()740 … for (CheckStatus.Type status : Arrays.asList(CheckStatus.warningType, CheckStatus.errorType)) { in TestShowRowAction()
396 } else if (result0 != Status.error && statusType.equals(CheckStatus.warningType)) { in getErrorStatus()