Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.951 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 205 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryMarkerTests.java |
2 | 4 | 227 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryMarkerTests.java |
| |||||
CategoryMarker m = new CategoryMarker("X"); m.addChangeListener(this ); this.lastEvent = null; assertEquals("X", m.getKey()); |
| |||||
CategoryMarker m = new CategoryMarker("X"); m.addChangeListener(this ); this.lastEvent = null; assertEquals(false, m.getDrawAsLine()); |
| |||
CategoryMarker m = new CategoryMarker("X"); m.addChangeListener(this ); this.lastEvent = null; assertEquals( [[#variable18fea820]], m. [[#variable18fea800]]()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18fea820]] | "X" |
1 | 2 | [[#18fea820]] | false |
2 | 1 | [[#18fea800]] | getKey |
2 | 2 | [[#18fea800]] | getDrawAsLine |