Home
last modified time | relevance | path

Searched refs:UnlikelyEqualsArgumentType (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/
H A DIrritantSet.java88 CompilerOptions.UnlikelyEqualsArgumentType
196 .set(CompilerOptions.UnlikelyEqualsArgumentType); in set() argument
H A DCompilerOptions.java346 public static final int UnlikelyEqualsArgumentType = IrritantSet.GROUP2 | ASTNode.Bit23; field in CompilerOptions
781 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()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/
H A DIProblem.java2125 int UnlikelyEqualsArgumentType = 1201; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/
H A DProblemReporter.java679 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()