Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.986 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 135 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/WildcardBinding.java |
2 | 2 | 154 | 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); } |
| ||||
{ // A=V << F={? super U} ---> V >> U this.bound.collectSubstitutes(scope, actualType, substitutes, TypeConstants.CONSTRAINT_SUPER); } |
| |||
{ // A=V << F={? extends U} ---> V << U // A=V << F={? super U} ---> V >> U this.bound.collectSubstitutes(scope, actualType, substitutes, TypeConstants. [[#variable99b34f20]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#99b34f20]] | CONSTRAINT_EXTENDS |
1 | 2 | [[#99b34f20]] | CONSTRAINT_SUPER |