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 | 127 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CompassPlotTests.java |
2 | 6 | 126 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/FastScatterPlotTests.java |
| |||||
// roseHighlightPaint plot1.setRoseHighlightPaint(new GradientPaint(1.0F, 2.0F, Color.green, 3.0F, 4.0F, Color.yellow)); assertFalse(plot1.equals(plot2)); plot2.setRoseHighlightPaint(new GradientPaint(1.0F, 2.0F, Color.green, 3.0F, 4.0F, Color.yellow)); assertTrue(plot1.equals(plot2)); |
| |||||
plot1.setRangeGridlinePaint(new GradientPaint(1.0F, 2.0F, Color.green, 3.0F, 4.0F, Color.yellow)); assertFalse(plot1.equals(plot2)); plot2.setRangeGridlinePaint(new GradientPaint(1.0F, 2.0F, Color.green, 3.0F, 4.0F, Color.yellow)); assertTrue(plot1.equals(plot2)); |
| |||
// roseHighlightPaint plot1. [[#variable18d95500]](new GradientPaint(1.0F, 2.0F, Color.green, 3.0F, 4.0F, Color.yellow)); assertFalse(plot1.equals(plot2)); plot2. [[#variable18d95500]](new GradientPaint(1.0F, 2.0F, Color.green, 3.0F, 4.0F, Color.yellow)); assertTrue(plot1.equals(plot2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18d95500]] | setRoseHighlightPaint |
1 | 2 | [[#18d95500]] | setRangeGridlinePaint |