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 | 132 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MeterPlotTests.java |
2 | 6 | 148 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MeterPlotTests.java |
| |||||
// dial background paint plot1.setDialBackgroundPaint(new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue)); assertFalse(plot1.equals(plot2)); plot2.setDialBackgroundPaint(new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue)); assertTrue(plot1.equals(plot2)); |
| |||||
// needle paint plot1.setNeedlePaint(new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue)); assertFalse(plot1.equals(plot2)); plot2.setNeedlePaint(new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue)); assertTrue(plot1.equals(plot2)); |
| |||
// needle paint // dial background paint plot1. [[#variable18d90aa0]](new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue)); assertFalse(plot1.equals(plot2)); plot2. [[#variable18d90aa0]](new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue)); assertTrue(plot1.equals(plot2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18d90aa0]] | setDialBackgroundPaint |
1 | 2 | [[#18d90aa0]] | setNeedlePaint |