Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.968 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 283 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PiePlotTests.java |
2 | 5 | 101 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/RingPlotTests.java |
| |||||
// labelOutlineStroke Stroke s = new BasicStroke(1.1F); plot1.setLabelOutlineStroke(s); assertFalse(plot1.equals(plot2)); plot2.setLabelOutlineStroke(s); assertTrue(plot1.equals(plot2)); |
| |||||
// separatorStroke Stroke s = new BasicStroke(1.1F); plot1.setSeparatorStroke(s); assertFalse(plot1.equals(plot2)); plot2.setSeparatorStroke(s); assertTrue(plot1.equals(plot2)); |
| |||
// labelOutlineStroke // separatorStroke Stroke s = new BasicStroke(1.1F); plot1. [[#variable18f4e120]](s); assertFalse(plot1.equals(plot2)); plot2. [[#variable18f4e120]](s); assertTrue(plot1.equals(plot2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f4e120]] | setLabelOutlineStroke |
1 | 2 | [[#18f4e120]] | setSeparatorStroke |