Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.958 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 628 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
2 | 5 | 936 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
| ||||
this.enclosingType = resolveUnresolvedType(this.enclosingType, this.environment, false); // no raw conversion for now this.tagBits &= ~TagBits.HasUnresolvedEnclosingType; // finish resolving the type this.enclosingType = resolveType(this.enclosingType, this.environment, false); |
| ||||
this.superclass = resolveUnresolvedType(this.superclass, this.environment, true); this.tagBits &= ~TagBits.HasUnresolvedSuperclass; // finish resolving the type this.superclass = resolveType(this.superclass, this.environment, true); |
| |||
this. [[#variable60b50340]]= resolveUnresolvedType(this. [[#variable60b50340]], this.environment, [[#variable5cfd73c0]]); // no raw conversion for now this.tagBits &= ~TagBits. [[#variable5cfd6d20]]; // finish resolving the type this. [[#variable60b50340]]= resolveType(this. [[#variable60b50340]], this.environment, [[#variable5cfd73c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60b50340]] | enclosingType |
1 | 2 | [[#60b50340]] | superclass |
2 | 1 | [[#5cfd73c0]] | false |
2 | 2 | [[#5cfd73c0]] | true |
3 | 1 | [[#5cfd6d20]] | HasUnresolvedEnclosingType |
3 | 2 | [[#5cfd6d20]] | HasUnresolvedSuperclass |