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 | 108 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/RingPlotTests.java |
2 | 3 | 111 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/RingPlotTests.java |
| |||||
// separatorPaint plot1.setSeparatorPaint(new GradientPaint(1.0F, 2.0F, Color.red, 2.0F, 1.0F, Color.blue)); assertFalse(plot1.equals(plot2)); |
| |||||
plot2.setSeparatorPaint(new GradientPaint(1.0F, 2.0F, Color.red, 2.0F, 1.0F, Color.blue)); assertTrue(plot1.equals(plot2)); |
| |||
[[#variable1a043600]].setSeparatorPaint(new GradientPaint(1.0F, 2.0F, Color.red, 2.0F, 1.0F, Color.blue)); [[#variable1a0432a0]](plot1.equals(plot2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a043600]] | // separatorPaint plot1 |
1 | 2 | [[#1a043600]] | plot2 |
2 | 1 | [[#1a0432a0]] | assertFalse |
2 | 2 | [[#1a0432a0]] | assertTrue |