CloneSet9675


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
131478
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
231482
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
Clone Instance
1
Line Count
3
Source Line
1478
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

public void ldc(float constant) {
        super.ldc(constant);
        this.currentFrame.addStackItem(TypeBinding.FLOAT);
}


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

public void ldc(int constant) {
        super.ldc(constant);
        this.currentFrame.addStackItem(TypeBinding.INT);
}


Clone AbstractionParameter Count: 2Parameter Bindings

public void ldc( [[#variableb9c64200]] constant) {
  super.ldc(constant);
  this.currentFrame.addStackItem(TypeBinding. [[#variableb9c64120]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b9c64200]]
float 
12[[#b9c64200]]
int 
21[[#b9c64120]]
FLOAT 
22[[#b9c64120]]
INT