CloneSet4088


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.958statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15628
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
25936
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
Clone Instance
1
Line Count
5
Source Line
628
Source File
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);


Clone Instance
2
Line Count
5
Source Line
936
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

        this.superclass = resolveUnresolvedType(this.superclass, this.environment, true);
        this.tagBits &= ~TagBits.HasUnresolvedSuperclass;

        // finish resolving the type
        this.superclass = resolveType(this.superclass, this.environment, true);


Clone AbstractionParameter Count: 3Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#60b50340]]
enclosingType 
12[[#60b50340]]
superclass 
21[[#5cfd73c0]]
false 
22[[#5cfd73c0]]
true 
31[[#5cfd6d20]]
HasUnresolvedEnclosingType 
32[[#5cfd6d20]]
HasUnresolvedSuperclass