| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 2 | 0.973 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 1478 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 2 | 3 | 1482 | 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);
}
|
| ||||
public void ldc(int constant) {
super.ldc(constant);
this.currentFrame.addStackItem(TypeBinding.INT);
}
|
| |||
public void ldc( [[#variableb9c64200]] constant) {
super.ldc(constant);
this.currentFrame.addStackItem(TypeBinding. [[#variableb9c64120]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b9c64200]] | float |
| 1 | 2 | [[#b9c64200]] | int |
| 2 | 1 | [[#b9c64120]] | FLOAT |
| 2 | 2 | [[#b9c64120]] | INT |