CloneSet1678


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5730.967statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15545
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
253437
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
353446
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
453711
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
553822
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
655449
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
755474
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
Clone Instance
1
Line Count
5
Source Line
545
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        if (classFileOffset + 1 >= bCodeStream.length) {
                resizeByteArray();
        }
        position += 2;
        bCodeStream[classFileOffset++ ] = Opcodes.OPC_bipush;


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

                if (classFileOffset + 3 >= bCodeStream.length) {
                        resizeByteArray();
                }
                position += 2;
                bCodeStream[classFileOffset++ ] = Opcodes.OPC_wide;


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

                if (classFileOffset + 2 >= bCodeStream.length) {
                        resizeByteArray();
                }
                position += 3;
                bCodeStream[classFileOffset++ ] = Opcodes.OPC_iinc;


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

                        if (classFileOffset + 4 >= bCodeStream.length) {
                                resizeByteArray();
                        }
                        position += 3;
                        bCodeStream[classFileOffset++ ] = Opcodes.OPC_invokeinterface;


Clone Instance
5
Line Count
5
Source Line
3822
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        if (classFileOffset + 4 >= bCodeStream.length) {
                resizeByteArray();
        }
        position += 3;
        bCodeStream[classFileOffset++ ] = Opcodes.OPC_invokeinterface;


Clone Instance
6
Line Count
5
Source Line
5449
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        if (classFileOffset + 3 >= bCodeStream.length) {
                resizeByteArray();
        }
        position += 2;
        bCodeStream[classFileOffset++ ] = Opcodes.OPC_multianewarray;


Clone Instance
7
Line Count
5
Source Line
5474
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        if (classFileOffset + 1 >= bCodeStream.length) {
                resizeByteArray();
        }
        position += 2;
        bCodeStream[classFileOffset++ ] = Opcodes.OPC_newarray;


Clone AbstractionParameter Count: 3Parameter Bindings

if (classFileOffset +  [[#variable59605e00]]>= bCodeStream.length) {
  resizeByteArray();
}
position += [[#variable59605d20]];
bCodeStream[classFileOffset++ ] = Opcodes. [[#variable59605ce0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#59605e00]]
3 
12[[#59605e00]]
1 
13[[#59605e00]]
4 
14[[#59605e00]]
3 
15[[#59605e00]]
1 
16[[#59605e00]]
2 
17[[#59605e00]]
4 
21[[#59605d20]]
2 
22[[#59605d20]]
2 
23[[#59605d20]]
3 
24[[#59605d20]]
2 
25[[#59605d20]]
2 
26[[#59605d20]]
3 
27[[#59605d20]]
3 
31[[#59605ce0]]
OPC_wide 
32[[#59605ce0]]
OPC_newarray 
33[[#59605ce0]]
OPC_invokeinterface 
34[[#59605ce0]]
OPC_multianewarray 
35[[#59605ce0]]
OPC_bipush 
36[[#59605ce0]]
OPC_iinc 
37[[#59605ce0]]
OPC_invokeinterface