CloneSet9743


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.986executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12135
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/WildcardBinding.java
22154
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/WildcardBinding.java
Clone Instance
1
Line Count
2
Source Line
135
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/WildcardBinding.java

                                                       { // A=V << F={? extends U} ---> V << U
                                                        this.bound.collectSubstitutes(scope, actualType, substitutes, TypeConstants.CONSTRAINT_EXTENDS);
                                                       }


Clone Instance
2
Line Count
2
Source Line
154
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/WildcardBinding.java

                                                       { // A=V << F={? super U} ---> V >> U
                                                        this.bound.collectSubstitutes(scope, actualType, substitutes, TypeConstants.CONSTRAINT_SUPER);
                                                       }


Clone AbstractionParameter Count: 1Parameter Bindings

{ // A=V << F={? extends U} ---> V << U // A=V << F={? super U} ---> V >> U
  this.bound.collectSubstitutes(scope, actualType, substitutes, TypeConstants. [[#variable99b34f20]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#99b34f20]]
CONSTRAINT_EXTENDS 
12[[#99b34f20]]
CONSTRAINT_SUPER