Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 128 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PolarPlotTests.java |
2 | 3 | 131 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PolarPlotTests.java |
| |||||
plot1.setAngleLabelPaint(new GradientPaint(9.0F, 8.0F, Color.blue, 7.0F, 6.0F, Color.red)); assertFalse(plot1.equals(plot2)); |
| |||||
plot2.setAngleLabelPaint(new GradientPaint(9.0F, 8.0F, Color.blue, 7.0F, 6.0F, Color.red)); assertTrue(plot1.equals(plot2)); |
| |||
[[#variable1a047620]].setAngleLabelPaint(new GradientPaint(9.0F, 8.0F, Color.blue, 7.0F, 6.0F, Color.red)); [[#variable1a047600]](plot1.equals(plot2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a047620]] | plot1 |
1 | 2 | [[#1a047620]] | plot2 |
2 | 1 | [[#1a047600]] | assertFalse |
2 | 2 | [[#1a047600]] | assertTrue |