Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 107 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/DateTickTests.java |
2 | 2 | 109 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/DateTickTests.java |
| |||||
t1 = new DateTick(d1, l1, ta2, ta1, Math.PI / 2.0); assertFalse(t1.equals(t2)); |
| |||||
t2 = new DateTick(d1, l1, ta2, ta1, Math.PI / 2.0); assertTrue(t1.equals(t2)); |
| |||
[[#variable1a0d46e0]]= new DateTick(d1, l1, ta2, ta1, Math.PI / 2.0); [[#variable1a0d9d80]](t1.equals(t2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0d46e0]] | t1 |
1 | 2 | [[#1a0d46e0]] | t2 |
2 | 1 | [[#1a0d9d80]] | assertFalse |
2 | 2 | [[#1a0d9d80]] | assertTrue |