CloneSet6283


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.961statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12989
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java
22987
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/NameLookup.java
32681
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
Clone Instance
1
Line Count
2
Source Line
989
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java

                                IType type = ((ClassFile) element).getType();
                                String typeName = type.getElementName();


Clone Instance
2
Line Count
2
Source Line
987
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/NameLookup.java

                                                IType type = ((ClassFile) classFile).getType();
                                                String typeName = type.getElementName();


Clone Instance
3
Line Count
2
Source Line
681
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

        // binary types do not contain import statements so just answer the top-level type as the element
        IType binaryType = ((ClassFile) openable).getType();
        String typeName = binaryType.getElementName();


Clone AbstractionParameter Count: 2Parameter Bindings

// binary types do not contain import statements so just answer the top-level type as the element
IType  [[#variable5f29e6a0]]= ((ClassFile)  [[#variable5f29e600]]).getType();
String typeName = [[#variable5f29e6a0]].getElementName();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5f29e6a0]]
binaryType 
12[[#5f29e6a0]]
type 
13[[#5f29e6a0]]
type 
21[[#5f29e600]]
openable 
22[[#5f29e600]]
classFile 
23[[#5f29e600]]
element