| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 7 | 3 | 0.957 | statement_sequence[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 334 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| 2 | 6 | 608 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| 3 | 6 | 3699 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| 4 | 6 | 5464 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| 5 | 6 | 5519 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| 6 | 6 | 5533 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| 7 | 6 | 5547 | 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()));
|
| ||||
if (classFileOffset + 2 >= bCodeStream.length) {
resizeByteArray();
}
position++;
bCodeStream[classFileOffset++ ] = Opcodes.OPC_checkcast;
writeUnsignedShort(constantPool.literalIndexForType(typeBinding.constantPoolName()));
|
| ||||
if (classFileOffset + 2 >= bCodeStream.length) {
resizeByteArray();
}
position++;
bCodeStream[classFileOffset++ ] = Opcodes.OPC_instanceof;
writeUnsignedShort(constantPool.literalIndexForType(typeBinding.constantPoolName()));
|
| ||||
if (classFileOffset + 2 >= bCodeStream.length) {
resizeByteArray();
}
position++;
bCodeStream[classFileOffset++ ] = Opcodes.OPC_new;
writeUnsignedShort(constantPool.literalIndexForType(typeBinding.constantPoolName()));
|
| ||||
if (classFileOffset + 2 >= bCodeStream.length) {
resizeByteArray();
}
position++;
bCodeStream[classFileOffset++ ] = Opcodes.OPC_new;
writeUnsignedShort(constantPool.literalIndexForType(ConstantPool.JavaLangAssertionErrorConstantPoolName));
|
| ||||
if (classFileOffset + 2 >= bCodeStream.length) {
resizeByteArray();
}
position++;
bCodeStream[classFileOffset++ ] = Opcodes.OPC_new;
writeUnsignedShort(constantPool.literalIndexForType(ConstantPool.JavaLangErrorConstantPoolName));
|
| ||||
if (classFileOffset + 2 >= bCodeStream.length) {
resizeByteArray();
}
position++;
bCodeStream[classFileOffset++ ] = Opcodes.OPC_new;
writeUnsignedShort(constantPool.literalIndexForType(ConstantPool.JavaLangNoClassDefFoundErrorConstantPoolName));
|
| |||
if (classFileOffset + 2 >= bCodeStream.length) {
resizeByteArray();
}
position++;
bCodeStream[classFileOffset++ ] = Opcodes. [[#variable634fb060]];
writeUnsignedShort(constantPool.literalIndexForType( [[#variable634fb040]] [[#variableb3c08da0]]));
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#634fb060]] | OPC_anewarray |
| 1 | 2 | [[#634fb060]] | OPC_checkcast |
| 1 | 3 | [[#634fb060]] | OPC_instanceof |
| 1 | 4 | [[#634fb060]] | OPC_new |
| 1 | 5 | [[#634fb060]] | OPC_new |
| 1 | 6 | [[#634fb060]] | OPC_new |
| 1 | 7 | [[#634fb060]] | OPC_new |
| 2 | 1 | [[#634fb040]] | typeBinding |
| 2 | 2 | [[#634fb040]] | typeBinding |
| 2 | 3 | [[#634fb040]] | typeBinding |
| 2 | 4 | [[#634fb040]] | typeBinding |
| 2 | 5 | [[#634fb040]] | ConstantPool |
| 2 | 6 | [[#634fb040]] | ConstantPool |
| 2 | 7 | [[#634fb040]] | ConstantPool |
| 3 | 1 | [[#b3c08da0]] | .constantPoolName() |
| 3 | 2 | [[#b3c08da0]] | .constantPoolName() |
| 3 | 3 | [[#b3c08da0]] | .constantPoolName() |
| 3 | 4 | [[#b3c08da0]] | .constantPoolName() |
| 3 | 5 | [[#b3c08da0]] | .JavaLangAssertionErrorConstantPoolName |
| 3 | 6 | [[#b3c08da0]] | .JavaLangErrorConstantPoolName |
| 3 | 7 | [[#b3c08da0]] | .JavaLangNoClassDefFoundErrorConstantPoolName |