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 | 109 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryTickTests.java |
2 | 4 | 114 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryTickTests.java |
| |||||
t1 = new CategoryTick(c2, tb2, tba1, ta1, 1.0F); assertFalse(t1.equals(t2)); t2 = new CategoryTick(c2, tb2, tba1, ta1, 1.0F); assertTrue(t1.equals(t2)); |
| |||||
t1 = new CategoryTick(c2, tb2, tba2, ta1, 1.0F); assertFalse(t1.equals(t2)); t2 = new CategoryTick(c2, tb2, tba2, ta1, 1.0F); assertTrue(t1.equals(t2)); |
| |||
t1 = new CategoryTick(c2, tb2, [[#variable18e9b280]], ta1, 1.0F); assertFalse(t1.equals(t2)); t2 = new CategoryTick(c2, tb2, [[#variable18e9b280]], ta1, 1.0F); assertTrue(t1.equals(t2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e9b280]] | tba1 |
1 | 2 | [[#18e9b280]] | tba2 |