Searched refs:warningType (Results 1 – 19 of 19) sorted by relevance
87 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()94 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()100 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()
108 CheckStatus.Type coverageErrorType = CheckStatus.warningType; in handleCheck()134 … .setCause(this).setMainType(CheckStatus.warningType).setSubtype(Subtype.missingPluralInfo) in setCldrFileToCheck()
141 .setMainType(CheckStatus.warningType) in setCldrFileToCheck()209 .setMainType(CheckStatus.warningType) in handleCheck()226 .setMainType(CheckStatus.warningType) in handleCheck()407 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in checkExemplar()
126 … CheckStatus.Type showError = phaseCausesError ? CheckStatus.errorType : CheckStatus.warningType; in handleCheck()199 … CheckStatus.Type showError = phaseCausesError ? CheckStatus.errorType : CheckStatus.warningType; in handleCheck()
324 .setMainType(CheckStatus.warningType) in handleCheck()360 et = CheckStatus.warningType; in handleCheck()377 ….setMainType(CheckStatus.warningType) // Making this just a warning, because there are some oddbal… in handleCheck()493 ? CheckStatus.warningType in handleCheck()699 .setMainType(CheckStatus.warningType) in checkPattern()829 .setMainType(CheckStatus.warningType) in checkPattern()894 errType = CheckStatus.warningType; in checkValue()961 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in checkValue()970 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in checkValue()
55 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()
65 result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()
33 CheckStatus.Type type = CheckStatus.warningType; in handleCheck()
81 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()
76 .setMainType(CheckStatus.warningType) in setCldrFileToCheck()313 … .setMainType(typeAndFlagFromCat.flag() ? CheckStatus.errorType : CheckStatus.warningType) in checkConsistentCasing()
215 .setMainType(CheckStatus.warningType) in handleCheck()
160 … result.add(new CheckStatus().setCause(this).setMainType(CheckStatus.warningType) in handleCheck()427 .setMainType(isWinningValue ? CheckStatus.errorType : CheckStatus.warningType) in checkDecimalFormatConsistency()
481 thisErrorType = CheckStatus.warningType; in handleCheck()536 thisErrorType = CheckStatus.warningType; in handleCheck()
205 … .setCause(this).setMainType(CheckStatus.warningType).setSubtype(Subtype.deprecatedAttribute) in check()212 .setMainType(CheckStatus.warningType) in check()
291 ? CheckStatus.errorType : CheckStatus.warningType; in handleCheck()438 …addMissingMessage(disallowed, CheckStatus.warningType, Subtype.charactersNotInMainOrAuxiliaryExemp… in handleCheck()
681 warningType = Type.Warning, field in CheckCLDR.CheckStatus
82 .setMainType(CheckStatus.warningType) in doTest()637 … for (CheckStatus.Type status : Arrays.asList(CheckStatus.warningType, CheckStatus.errorType)) { in TestShowRowAction()
394 } else if (result0 != Status.error && statusType.equals(CheckStatus.warningType)) { in getErrorStatus()