Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.974 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 614 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CompassPlot.java |
2 | 2 | 620 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CompassPlot.java |
| |||||
x1 = diameter - 30; g2.fillOval(midX - radius + 15, midY - radius + 15, x1, x1); |
| |||||
x1 = diameter - 30; g2.drawOval(midX - radius + 15, midY - radius + 15, x1, x1); |
| |||
x1 = diameter - 30; g2. [[#variable1a117800]](midX - radius + 15, midY - radius + 15, x1, x1); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a117800]] | fillOval |
1 | 2 | [[#1a117800]] | drawOval |