Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.964 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 55 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/print/cSize.java |
2 | 5 | 62 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/print/cSize.java |
| |||||
public Dimension2D getDimension2D() { Dimension temp = new Dimension((int) width.getPoints(), (int) height.getPoints()); return temp; } |
| |||||
public Dimension getDimension() { Dimension temp = new Dimension((int) width.getPoints(), (int) height.getPoints()); return temp; } |
| |||
public [[#variable1316e120]] [[#variable1316e0a0]]() { Dimension temp = new Dimension((int) width.getPoints(), (int) height.getPoints()); return temp; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1316e120]] | Dimension2D |
1 | 2 | [[#1316e120]] | Dimension |
2 | 1 | [[#1316e0a0]] | getDimension2D |
2 | 2 | [[#1316e0a0]] | getDimension |