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.989 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 401 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding.java |
2 | 2 | 414 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding.java |
| ||||
if (this.superclass != null) this.superclass = BinaryTypeBinding.resolveUnresolvedType(this.superclass, environment, true); |
| ||||
// finish resolving the types if (this.superclass != null) this.superclass = BinaryTypeBinding.resolveType(this.superclass, environment, true); |
| |||
// finish resolving the types if (this.superclass != null) this.superclass = BinaryTypeBinding. [[#variable5addcc40]](this.superclass, environment, true); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5addcc40]] | resolveType |
1 | 2 | [[#5addcc40]] | resolveUnresolvedType |