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 | 181 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/SpiderWebPlotTests.java |
2 | 3 | 184 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/SpiderWebPlotTests.java |
| |||||
// seriesOutlinePaintList p1.setSeriesOutlinePaint(1, new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.green)); assertFalse(p1.equals(p2)); |
| |||||
p2.setSeriesOutlinePaint(1, new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.green)); assertTrue(p1.equals(p2)); |
| |||
[[#variable18fed4a0]].setSeriesOutlinePaint(1, new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.green)); [[#variable18fed380]](p1.equals(p2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18fed4a0]] | // seriesOutlinePaintList p1 |
1 | 2 | [[#18fed4a0]] | p2 |
2 | 1 | [[#18fed380]] | assertFalse |
2 | 2 | [[#18fed380]] | assertTrue |