CloneSet4121


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.976statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14595
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java
24620
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java
Clone Instance
1
Line Count
4
Source Line
595
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java

        int length1 = currentFieldInfos == null ? 0:  currentFieldInfos.length;
        int length2 = otherFieldInfos == null ? 0:  otherFieldInfos.length;
        int index1 = 0;
        int index2 = 0;


Clone Instance
2
Line Count
4
Source Line
620
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java

        int length1 = currentMethodInfos == null ? 0:  currentMethodInfos.length;
        int length2 = otherMethodInfos == null ? 0:  otherMethodInfos.length;
        int index1 = 0;
        int index2 = 0;


Clone AbstractionParameter Count: 2Parameter Bindings

int length1 = [[#variable63343640]]== null ? 0: [[#variable63343640]].length;
int length2 = [[#variable63343660]]== null ? 0: [[#variable63343660]].length;
int index1 = 0;
int index2 = 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#63343640]]
currentMethodInfos 
12[[#63343640]]
currentFieldInfos 
21[[#63343660]]
otherMethodInfos 
22[[#63343660]]
otherFieldInfos