CloneSet6211


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.966statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
181889
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
285566
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
Clone Instance
1
Line Count
8
Source Line
1889
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        if (stackDepth > stackMax) {
                stackMax = stackDepth;
        }
        if (classFileOffset + 2 >= bCodeStream.length) {
                resizeByteArray();
        }
        position++;
        bCodeStream[classFileOffset++ ] = opcode;


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

        if (stackDepth > stackMax) {
                stackMax = stackDepth;
        }
        if (classFileOffset + 2 >= bCodeStream.length) {
                resizeByteArray();
        }
        position++;
        bCodeStream[classFileOffset++ ] = Opcodes.OPC_new;


Clone AbstractionParameter Count: 1Parameter Bindings

if (stackDepth > stackMax) {
  stackMax = stackDepth;
}
if (classFileOffset + 2 >= bCodeStream.length) {
  resizeByteArray();
}
position++;
bCodeStream[classFileOffset++ ] = [[#variable5d8a8d40]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5d8a8d40]]
Opcodes.OPC_new 
12[[#5d8a8d40]]
opcode