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 | 1490 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
2 | 3 | 1494 | 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); } |
| ||||
public void ldc2_w(long constant) { super.ldc2_w(constant); this.currentFrame.addStackItem(TypeBinding.LONG); } |
| |||
public void ldc2_w( [[#variableb9c64e60]] constant) { super.ldc2_w(constant); this.currentFrame.addStackItem(TypeBinding. [[#variableb9c64de0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9c64e60]] | double |
1 | 2 | [[#b9c64e60]] | long |
2 | 1 | [[#b9c64de0]] | DOUBLE |
2 | 2 | [[#b9c64de0]] | LONG |