Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.968 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 89 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/needle/PlumNeedle.java |
2 | 7 | 86 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/needle/ShipNeedle.java |
| |||||
if ((rotate != null) && (angle != 0)) { /// we have rotation houston, please spin me getTransform().setToRotation(angle, rotate.getX(), rotate.getY()); s.transform(getTransform()); } defaultDisplay(g2, s); |
| |||||
if ((rotate != null) && (angle != 0)) { /// we have rotation getTransform().setToRotation(angle, rotate.getX(), rotate.getY()); shape.transform(getTransform()); } defaultDisplay(g2, shape); |
| |||
if ((rotate != null) && (angle != 0)) { /// we have rotation /// we have rotation houston, please spin me getTransform().setToRotation(angle, rotate.getX(), rotate.getY()); [[#variable18f617e0]].transform(getTransform()); } defaultDisplay(g2, [[#variable18f617e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f617e0]] | s |
1 | 2 | [[#18f617e0]] | shape |