CloneSet1043


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6730.957statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16334
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
26608
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
363699
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
465464
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
565519
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
665533
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
765547
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
Clone Instance
1
Line Count
6
Source Line
334
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        if (classFileOffset + 2 >= bCodeStream.length) {
                resizeByteArray();
        }
        position++;
        bCodeStream[classFileOffset++ ] = Opcodes.OPC_anewarray;
        writeUnsignedShort(constantPool.literalIndexForType(typeBinding.constantPoolName()));


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

        if (classFileOffset + 2 >= bCodeStream.length) {
                resizeByteArray();
        }
        position++;
        bCodeStream[classFileOffset++ ] = Opcodes.OPC_checkcast;
        writeUnsignedShort(constantPool.literalIndexForType(typeBinding.constantPoolName()));


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

        if (classFileOffset + 2 >= bCodeStream.length) {
                resizeByteArray();
        }
        position++;
        bCodeStream[classFileOffset++ ] = Opcodes.OPC_instanceof;
        writeUnsignedShort(constantPool.literalIndexForType(typeBinding.constantPoolName()));


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

        if (classFileOffset + 2 >= bCodeStream.length) {
                resizeByteArray();
        }
        position++;
        bCodeStream[classFileOffset++ ] = Opcodes.OPC_new;
        writeUnsignedShort(constantPool.literalIndexForType(typeBinding.constantPoolName()));


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

        if (classFileOffset + 2 >= bCodeStream.length) {
                resizeByteArray();
        }
        position++;
        bCodeStream[classFileOffset++ ] = Opcodes.OPC_new;
        writeUnsignedShort(constantPool.literalIndexForType(ConstantPool.JavaLangAssertionErrorConstantPoolName));


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

        if (classFileOffset + 2 >= bCodeStream.length) {
                resizeByteArray();
        }
        position++;
        bCodeStream[classFileOffset++ ] = Opcodes.OPC_new;
        writeUnsignedShort(constantPool.literalIndexForType(ConstantPool.JavaLangErrorConstantPoolName));


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

        if (classFileOffset + 2 >= bCodeStream.length) {
                resizeByteArray();
        }
        position++;
        bCodeStream[classFileOffset++ ] = Opcodes.OPC_new;
        writeUnsignedShort(constantPool.literalIndexForType(ConstantPool.JavaLangNoClassDefFoundErrorConstantPoolName));


Clone AbstractionParameter Count: 3Parameter Bindings

if (classFileOffset + 2 >= bCodeStream.length) {
  resizeByteArray();
}
position++;
bCodeStream[classFileOffset++ ] = Opcodes. [[#variable634fb060]];
writeUnsignedShort(constantPool.literalIndexForType( [[#variable634fb040]] [[#variableb3c08da0]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#634fb060]]
OPC_anewarray 
12[[#634fb060]]
OPC_checkcast 
13[[#634fb060]]
OPC_instanceof 
14[[#634fb060]]
OPC_new 
15[[#634fb060]]
OPC_new 
16[[#634fb060]]
OPC_new 
17[[#634fb060]]
OPC_new 
21[[#634fb040]]
typeBinding 
22[[#634fb040]]
typeBinding 
23[[#634fb040]]
typeBinding 
24[[#634fb040]]
typeBinding 
25[[#634fb040]]
ConstantPool 
26[[#634fb040]]
ConstantPool 
27[[#634fb040]]
ConstantPool 
31[[#b3c08da0]]
.constantPoolName() 
32[[#b3c08da0]]
.constantPoolName() 
33[[#b3c08da0]]
.constantPoolName() 
34[[#b3c08da0]]
.constantPoolName() 
35[[#b3c08da0]]
.JavaLangAssertionErrorConstantPoolName 
36[[#b3c08da0]]
.JavaLangErrorConstantPoolName 
37[[#b3c08da0]]
.JavaLangNoClassDefFoundErrorConstantPoolName