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 | 106 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/StandardDialFrameTests.java |
2 | 3 | 109 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/StandardDialFrameTests.java |
| |||||
// foregroundPaint f1.setForegroundPaint(new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.green)); assertFalse(f1.equals(f2)); |
| |||||
f2.setForegroundPaint(new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.green)); assertTrue(f1.equals(f2)); |
| |||
[[#variable1a03ac00]].setForegroundPaint(new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.green)); [[#variable1a03afe0]](f1.equals(f2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a03ac00]] | // foregroundPaint f1 |
1 | 2 | [[#1a03ac00]] | f2 |
2 | 1 | [[#1a03afe0]] | assertFalse |
2 | 2 | [[#1a03afe0]] | assertTrue |