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.961 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 366 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java |
2 | 3 | 369 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java |
| |||||
plot1.setQuadrantPaint(2, new GradientPaint(3.0F, 4.0F, Color.red, 5.0F, 6.0F, Color.blue)); assertFalse(plot1.equals(plot2)); |
| |||||
plot2.setQuadrantPaint(2, new GradientPaint(3.0F, 4.0F, Color.red, 5.0F, 6.0F, Color.blue)); assertTrue(plot1.equals(plot2)); |
| |||
[[#variable18ffb8a0]].setQuadrantPaint(2, new GradientPaint(3.0F, 4.0F, Color.red, 5.0F, 6.0F, Color.blue)); [[#variable18ffbdc0]](plot1.equals(plot2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18ffb8a0]] | plot1 |
1 | 2 | [[#18ffb8a0]] | plot2 |
2 | 1 | [[#18ffbdc0]] | assertFalse |
2 | 2 | [[#18ffbdc0]] | assertTrue |