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.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 285 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java |
2 | 3 | 288 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java |
| |||||
// rangeZeroBaselinePaint plot1.setRangeZeroBaselinePaint(new GradientPaint(1.0F, 2.0F, Color.white, 3.0F, 4.0F, Color.red)); assertFalse(plot1.equals(plot2)); |
| |||||
plot2.setRangeZeroBaselinePaint(new GradientPaint(1.0F, 2.0F, Color.white, 3.0F, 4.0F, Color.red)); assertTrue(plot1.equals(plot2)); |
| |||
[[#variable1a035540]].setRangeZeroBaselinePaint(new GradientPaint(1.0F, 2.0F, Color.white, 3.0F, 4.0F, Color.red)); [[#variable1a035960]](plot1.equals(plot2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a035540]] | // rangeZeroBaselinePaint plot1 |
1 | 2 | [[#1a035540]] | plot2 |
2 | 1 | [[#1a035960]] | assertFalse |
2 | 2 | [[#1a035960]] | assertTrue |