Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 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/dial/junit/DialValueIndicatorTests.java |
2 | 6 | 140 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/DialValueIndicatorTests.java |
3 | 6 | 154 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/DialValueIndicatorTests.java |
| |||||
// paint i1.setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green)); assertFalse(i1.equals(i2)); i2.setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green)); assertTrue(i1.equals(i2)); |
| |||||
// backgroundPaint i1.setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green)); assertFalse(i1.equals(i2)); i2.setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green)); assertTrue(i1.equals(i2)); |
| |||||
// outlinePaint i1.setOutlinePaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green)); assertFalse(i1.equals(i2)); i2.setOutlinePaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green)); assertTrue(i1.equals(i2)); |
| |||
// outlinePaint // backgroundPaint // paint i1. [[#variable18c065a0]](new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green)); assertFalse(i1.equals(i2)); i2. [[#variable18c065a0]](new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green)); assertTrue(i1.equals(i2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18c065a0]] | setPaint |
1 | 2 | [[#18c065a0]] | setBackgroundPaint |
1 | 3 | [[#18c065a0]] | setOutlinePaint |