Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.972 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 119 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryTickTests.java |
2 | 4 | 124 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryTickTests.java |
| |||||
t1 = new CategoryTick(c2, tb2, tba2, ta2, 1.0F); assertFalse(t1.equals(t2)); t2 = new CategoryTick(c2, tb2, tba2, ta2, 1.0F); assertTrue(t1.equals(t2)); |
| |||||
t1 = new CategoryTick(c2, tb2, tba2, ta2, 2.0F); assertFalse(t1.equals(t2)); t2 = new CategoryTick(c2, tb2, tba2, ta2, 2.0F); assertTrue(t1.equals(t2)); |
| |||
t1 = new CategoryTick(c2, tb2, tba2, ta2, [[#variable18e90e20]]); assertFalse(t1.equals(t2)); t2 = new CategoryTick(c2, tb2, tba2, ta2, [[#variable18e90e20]]); assertTrue(t1.equals(t2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e90e20]] | 1.0F |
1 | 2 | [[#18e90e20]] | 2.0F |