Searched defs:fixes (Results 1 – 4 of 4) sorted by relevance
92 Map<String, String> fixes = new HashMap<String, String>(); in testEmailValidator() local107 Map<String, String> fixes = new HashMap<String, String>(); in testEmailValidatorNullDomain() local123 Map<String, String> fixes = new HashMap<String, String>(); in testEmailValidatorRemoveInvalid() local
372 int fixes = 0; in check() local
344 List<ValidatorData.Fix> fixes = compoundFixSuggestions in convertFix() local
282 public CompoundFix(@NotNull List<Fix> fixes, String description) { in CompoundFix()