Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.971 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 314 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/needle/MeterNeedle.java |
2 | 3 | 570 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java |
3 | 3 | 1041 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java |
| |||||
g2.setStroke(this.outlineStroke); g2.setPaint(this.outlinePaint); g2.draw(shape); |
| |||||
// draw the border g2.setStroke(this.outlineStroke); g2.setPaint(this.outlinePaint); g2.draw(fb); |
| |||||
g2.setStroke(this.outlineStroke); g2.setPaint(this.outlinePaint); g2.draw(area); |
| |||
// draw the border g2.setStroke(this.outlineStroke); g2.setPaint(this.outlinePaint); g2.draw( [[#variable18fcbfa0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18fcbfa0]] | shape |
1 | 2 | [[#18fcbfa0]] | fb |
1 | 3 | [[#18fcbfa0]] | area |