CloneSet9676


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.973class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131490
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
231494
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
Clone Instance
1
Line Count
3
Source Line
1490
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

public void ldc2_w(double constant) {
        super.ldc2_w(constant);
        this.currentFrame.addStackItem(TypeBinding.DOUBLE);
}


Clone Instance
2
Line Count
3
Source Line
1494
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

public void ldc2_w(long constant) {
        super.ldc2_w(constant);
        this.currentFrame.addStackItem(TypeBinding.LONG);
}


Clone AbstractionParameter Count: 2Parameter Bindings

public void ldc2_w( [[#variableb9c64e60]] constant) {
  super.ldc2_w(constant);
  this.currentFrame.addStackItem(TypeBinding. [[#variableb9c64de0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b9c64e60]]
double 
12[[#b9c64e60]]
long 
21[[#b9c64de0]]
DOUBLE 
22[[#b9c64de0]]
LONG