CloneSet7108


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


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

                        // 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;


Clone AbstractionParameter Count: 4Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#56154260]]
enclosingType 
12[[#56154260]]
superclass 
21[[#561ee920]]
enclosingTypeName 
22[[#561ee920]]
superclassName 
31[[#562543a0]]
true 
32[[#562543a0]]
false 
41[[#561542e0]]
MemberTypeMask 
42[[#561542e0]]
HasUnresolvedSuperclass