Home
last modified time | relevance | path

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

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DMethodVerifier.java281 problemReporter().redundantSuperInterface(this.type, refs[j], implementedInterface, toCheck); in checkForRedundantSuperinterfaces()
308 … problemReporter().redundantSuperInterface(this.type, refs[r], inheritedInterface, superType); in checkForRedundantSuperinterfaces()
344 … problemReporter().redundantSuperInterface(this.type, refs[r], inheritedInterface, superType); in checkForRedundantSuperinterfaces()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DMethodVerifier.java311 problemReporter().redundantSuperInterface(this.type, refs[j], implementedInterface, toCheck); in checkForRedundantSuperinterfaces()
338 … problemReporter().redundantSuperInterface(this.type, refs[r], inheritedInterface, superType); in checkForRedundantSuperinterfaces()
374 … problemReporter().redundantSuperInterface(this.type, refs[r], inheritedInterface, superType); in checkForRedundantSuperinterfaces()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/problem/
H A DProblemReporter.java7185 public void redundantSuperInterface(SourceTypeBinding type, TypeReference reference, ReferenceBindi… in redundantSuperInterface() method in ProblemReporter
/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.java7788 public void redundantSuperInterface(SourceTypeBinding type, TypeReference reference, ReferenceBindi… in redundantSuperInterface() method in ProblemReporter