Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 1 | 0.971 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 581 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/gantt/junit/TaskSeriesCollectionTests.java |
2 | 8 | 588 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/gantt/junit/TaskSeriesCollectionTests.java |
3 | 8 | 595 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/gantt/junit/TaskSeriesCollectionTests.java |
| |||||
// these methods should throw an IndexOutOfBoundsException since the // column is too high... try { /* Number start = */ tsc.getStartValue(0, 3); assertTrue(false); } catch (IndexOutOfBoundsException e) { // expected } |
| |||||
try { /* Number end = */ tsc.getEndValue(0, 3); assertTrue(false); } catch (IndexOutOfBoundsException e) { // expected } |
| |||||
try { /* int count = */ tsc.getSubIntervalCount(0, 3); assertTrue(false); } catch (IndexOutOfBoundsException e) { // expected } |
| |||
// these methods should throw an IndexOutOfBoundsException since the // column is too high... try { /* int count = */ /* Number end = */ /* Number start = */ tsc. [[#variable18fe2a80]](0, 3); assertTrue(false); } catch (IndexOutOfBoundsException e) { // expected } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18fe2a80]] | getStartValue |
1 | 2 | [[#18fe2a80]] | getEndValue |
1 | 3 | [[#18fe2a80]] | getSubIntervalCount |