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 | 119 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/title/junit/TextTitleTests.java |
2 | 3 | 122 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/title/junit/TextTitleTests.java |
| |||||
// backgroundPaint t1.setBackgroundPaint(new GradientPaint(4.0F, 3.0F, Color.red, 2.0F, 1.0F, Color.blue)); assertFalse(t1.equals(t2)); |
| |||||
t2.setBackgroundPaint(new GradientPaint(4.0F, 3.0F, Color.red, 2.0F, 1.0F, Color.blue)); assertTrue(t1.equals(t2)); |
| |||
[[#variable1a035e60]].setBackgroundPaint(new GradientPaint(4.0F, 3.0F, Color.red, 2.0F, 1.0F, Color.blue)); [[#variable1a02e200]](t1.equals(t2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a035e60]] | // backgroundPaint t1 |
1 | 2 | [[#1a035e60]] | t2 |
2 | 1 | [[#1a02e200]] | assertFalse |
2 | 2 | [[#1a02e200]] | assertTrue |