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.961 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 157 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/SpiderWebPlotTests.java |
2 | 3 | 160 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/SpiderWebPlotTests.java |
| |||||
// seriesPaintList p1.setSeriesPaint(1, new GradientPaint(1.0F, 2.0F, Color.yellow, 3.0F, 4.0F, Color.white)); assertFalse(p1.equals(p2)); |
| |||||
p2.setSeriesPaint(1, new GradientPaint(1.0F, 2.0F, Color.yellow, 3.0F, 4.0F, Color.white)); assertTrue(p1.equals(p2)); |
| |||
[[#variable18fedb00]].setSeriesPaint(1, new GradientPaint(1.0F, 2.0F, Color.yellow, 3.0F, 4.0F, Color.white)); [[#variable18fedae0]](p1.equals(p2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18fedb00]] | // seriesPaintList p1 |
1 | 2 | [[#18fedb00]] | p2 |
2 | 1 | [[#18fedae0]] | assertFalse |
2 | 2 | [[#18fedae0]] | assertTrue |