CloneSet5313


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.985statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131737
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java
231743
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java
Clone Instance
1
Line Count
3
Source Line
1737
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java

                                int size = segments[i].length();
                                segments[i].getChars(0, size, result, offset);
                                offset += size;


Clone Instance
2
Line Count
3
Source Line
1743
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java

                        //append the last segment
                        int size = segments[len].length();
                        segments[len].getChars(0, size, result, offset);
                        offset += size;


Clone AbstractionParameter Count: 1Parameter Bindings

//append the last segment
int size = segments[ [[#variableb1470c00]]].length();
segments[ [[#variableb1470c00]]].getChars(0, size, result, offset);
offset += size;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b1470c00]]
len 
12[[#b1470c00]]
i