Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 188 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
2 | 2 | 278 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
| ||||
// attempt to find the enclosing type if it exists in the cache (otherwise - resolve it when requested) this.enclosingType = environment.getTypeFromConstantPoolName(enclosingTypeName, 0, -1, true); // pretend parameterized to avoid raw this.tagBits |= TagBits.MemberTypeMask; // must be a member type not a top-level or local type |
| ||||
// attempt to find the superclass if it exists in the cache (otherwise - resolve it when requested) this.superclass = environment.getTypeFromConstantPoolName(superclassName, 0, -1, false); this.tagBits |= TagBits.HasUnresolvedSuperclass; |
| |||
// attempt to find the enclosing type if it exists in the cache (otherwise - resolve it when requested) // attempt to find the superclass if it exists in the cache (otherwise - resolve it when requested) this. [[#variable56154260]]= environment.getTypeFromConstantPoolName( [[#variable561ee920]], 0, -1, [[#variable562543a0]]); // pretend parameterized to avoid raw this.tagBits |= TagBits. [[#variable561542e0]]; // must be a member type not a top-level or local type |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56154260]] | enclosingType |
1 | 2 | [[#56154260]] | superclass |
2 | 1 | [[#561ee920]] | enclosingTypeName |
2 | 2 | [[#561ee920]] | superclassName |
3 | 1 | [[#562543a0]] | true |
3 | 2 | [[#562543a0]] | false |
4 | 1 | [[#561542e0]] | MemberTypeMask |
4 | 2 | [[#561542e0]] | HasUnresolvedSuperclass |