Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 139 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/RingPlotTests.java |
2 | 5 | 160 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/RingPlotTests.java |
| |||||
RingPlot p1 = new RingPlot(null); GradientPaint gp = new GradientPaint(1.0F, 2.0F, Color.yellow, 3.0F, 4.0F, Color.red); p1.setSeparatorPaint(gp); RingPlot p2 = null; |
| |||||
RingPlot p1 = new RingPlot(null); GradientPaint gp = new GradientPaint(1.0F, 2.0F, Color.yellow, 3.0F, 4.0F, Color.red); p1.setSeparatorPaint(gp); RingPlot p2 = null; |
| |||
RingPlot p1 = new RingPlot(null); GradientPaint gp = new GradientPaint(1.0F, 2.0F, Color.yellow, 3.0F, 4.0F, Color.red); p1.setSeparatorPaint(gp); RingPlot p2 = null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |