CloneSet3361


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161142
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java
261157
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java
Clone Instance
1
Line Count
6
Source Line
1142
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java

                        bytes = readUntil(input, SEPARATOR3, 1);
                        bytes[0] = b;
                        int subClass = new Integer(new String(bytes)).intValue();

                        // read super type
                        bytes = readUntil(input, SEPARATOR1);


Clone Instance
2
Line Count
6
Source Line
1157
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java

                        bytes = readUntil(input, SEPARATOR3, 1);
                        bytes[0] = b;
                        int subClass = new Integer(new String(bytes)).intValue();

                        // read super interface
                        bytes = readUntil(input, SEPARATOR1);


Clone AbstractionParameter Count: 0Parameter Bindings

bytes = readUntil(input, SEPARATOR3, 1);
bytes[0] = b;
int subClass = new Integer(new String(bytes)).intValue();
// read super type
// read super interface
bytes = readUntil(input, SEPARATOR1);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None