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.971 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 157 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/ThermometerPlotTests.java |
2 | 2 | 160 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/ThermometerPlotTests.java |
| |||||
// mercuryPaint p1.setMercuryPaint(new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue)); |
| |||||
p2.setMercuryPaint(new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue)); |
| |||
[[#variable1a14f180]].setMercuryPaint(new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a14f180]] | // mercuryPaint p1 |
1 | 2 | [[#1a14f180]] | p2 |