CloneSet1998


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6640.957statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112819
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
214891
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
314928
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
415887
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
56137
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/Util.java
66268
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JavaAppletLaunchConfigurationDelegate.java
Clone Instance
1
Line Count
1
Source Line
2819
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        System.arraycopy(bCodeStream, 0, contents = new byte[position], 0, position);


Clone Instance
2
Line Count
1
Source Line
4891
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                System.arraycopy(utf8encoding, 0, utf8encoding = new byte[length], 0, length);


Clone Instance
3
Line Count
1
Source Line
4928
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                        System.arraycopy(utf8encoding, 0, utf8encoding = new byte[length], 0, length);


Clone Instance
4
Line Count
1
Source Line
5887
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        System.arraycopy(bCodeStream, 0, bCodeStream = new byte[requiredSize], 0, length);


Clone Instance
5
Line Count
6
Source Line
137
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/Util.java

                                System.arraycopy(
                                        contents, 
                                        0, 
                                        contents = new byte[contentsLength], 
                                        0, 
                                        contentsLength);


Clone Instance
6
Line Count
6
Source Line
268
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JavaAppletLaunchConfigurationDelegate.java

                                System.arraycopy(
                                        contents, 
                                        0, 
                                        contents = new byte[contentsLength], 
                                        0, 
                                        contentsLength);


Clone AbstractionParameter Count: 4Parameter Bindings

System.arraycopy( [[#variable94a94f80]], 0,  [[#variable94a94ee0]]= new byte[ [[#variable94a94e80]]], 0,  [[#variable94a94da0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#94a94f80]]
contents 
12[[#94a94f80]]
utf8encoding 
13[[#94a94f80]]
bCodeStream 
14[[#94a94f80]]
bCodeStream 
15[[#94a94f80]]
contents 
16[[#94a94f80]]
utf8encoding 
21[[#94a94ee0]]
contents 
22[[#94a94ee0]]
utf8encoding 
23[[#94a94ee0]]
bCodeStream 
24[[#94a94ee0]]
contents 
25[[#94a94ee0]]
contents 
26[[#94a94ee0]]
utf8encoding 
31[[#94a94e80]]
contentsLength 
32[[#94a94e80]]
length 
33[[#94a94e80]]
requiredSize 
34[[#94a94e80]]
position 
35[[#94a94e80]]
contentsLength 
36[[#94a94e80]]
length 
41[[#94a94da0]]
contentsLength 
42[[#94a94da0]]
length 
43[[#94a94da0]]
length 
44[[#94a94da0]]
position 
45[[#94a94da0]]
contentsLength 
46[[#94a94da0]]
length