Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.979 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 161 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PiePlotTests.java |
2 | 6 | 267 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PiePlotTests.java |
| |||||
// sectionPaint plot1.setSectionPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.white)); assertFalse(plot1.equals(plot2)); plot2.setSectionPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.white)); assertTrue(plot1.equals(plot2)); |
| |||||
// labelBackgroundPaint plot1.setLabelBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.white)); assertFalse(plot1.equals(plot2)); plot2.setLabelBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.white)); assertTrue(plot1.equals(plot2)); |
| |||
// labelBackgroundPaint // sectionPaint plot1. [[#variable18d93b20]](new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.white)); assertFalse(plot1.equals(plot2)); plot2. [[#variable18d93b20]](new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.white)); assertTrue(plot1.equals(plot2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18d93b20]] | setSectionPaint |
1 | 2 | [[#18d93b20]] | setLabelBackgroundPaint |