Searched refs:UnlikelyEqualsArgumentType (Results 1 – 4 of 4) sorted by relevance
88 CompilerOptions.UnlikelyEqualsArgumentType196 .set(CompilerOptions.UnlikelyEqualsArgumentType); in set() argument
346 public static final int UnlikelyEqualsArgumentType = IrritantSet.GROUP2 | ASTNode.Bit23; field in CompilerOptions781 case UnlikelyEqualsArgumentType: in optionKeyFromIrritant()1129 case UnlikelyEqualsArgumentType: in warningTokenFromIrritant()1385 …onsMap.put(OPTION_ReportUnlikelyEqualsArgumentType, getSeverityString(UnlikelyEqualsArgumentType)); in getMap()1906 …ION_ReportUnlikelyEqualsArgumentType)) != null) updateSeverity(UnlikelyEqualsArgumentType, optionV… in set()2262 …ikely argument types for equals(): ").append(getSeverityString(UnlikelyEqualsArgumentType)); //$NO… in toString()
2125 int UnlikelyEqualsArgumentType = 1201; field
679 case IProblem.UnlikelyEqualsArgumentType: in getIrritant()680 return CompilerOptions.UnlikelyEqualsArgumentType; in getIrritant()753 case CompilerOptions.UnlikelyEqualsArgumentType: in getProblemCategory()11276 …dangerousMethod == DangerousMethod.Equals ? IProblem.UnlikelyEqualsArgumentType : IProblem.Unlikel… in unlikelyArgumentType()