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 | 143 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/ThermometerPlotTests.java |
2 | 2 | 146 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/ThermometerPlotTests.java |
| |||||
// valuePaint p1.setValuePaint(new GradientPaint(4.0F, 5.0F, Color.red, 6.0F, 7.0F, Color.white)); |
| |||||
p2.setValuePaint(new GradientPaint(4.0F, 5.0F, Color.red, 6.0F, 7.0F, Color.white)); |
| |||
[[#variable1a14ea40]].setValuePaint(new GradientPaint(4.0F, 5.0F, Color.red, 6.0F, 7.0F, Color.white)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a14ea40]] | // valuePaint p1 |
1 | 2 | [[#1a14ea40]] | p2 |