Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.967 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 70 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/print/cPoint.java |
2 | 4 | 76 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/print/cPoint.java |
| |||||
public cPoint subHeight(cUnit h) { cPoint temp = new cPoint(getX(), getY().sub(h)); return temp; } |
| |||||
public cPoint addHeight(cUnit h) { cPoint temp = new cPoint(getX(), getY().add(h)); return temp; } |
| |||
public cPoint [[#variable130fbca0]](cUnit h) { cPoint temp = new cPoint(getX(), getY(). [[#variable130fc220]](h)); return temp; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130fbca0]] | subHeight |
1 | 2 | [[#130fbca0]] | addHeight |
2 | 1 | [[#130fc220]] | sub |
2 | 2 | [[#130fc220]] | add |