Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 4 | 1 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 116 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/category/junit/DefaultCategoryDatasetTests.java |
2 | 7 | 229 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/DefaultKeyedValues2DTests.java |
3 | 7 | 244 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/DefaultKeyedValues2DTests.java |
4 | 7 | 119 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/statistics/junit/DefaultMultiValueCategoryDatasetTests.java |
| |||||
try { /* Number n =*/ d.getValue(0, 0); } catch (IndexOutOfBoundsException e) { pass = true; } assertTrue(pass); |
| |||||
try { d.getValue(0, 0); } catch (IndexOutOfBoundsException e) { pass = true; } assertTrue(pass); |
| |||||
try { d.getValue(2, 0); } catch (IndexOutOfBoundsException e) { pass = true; } assertTrue(pass); |
| |||||
try { /* Number n =*/ d.getValue(0, 0); } catch (IndexOutOfBoundsException e) { pass = true; } assertTrue(pass); |
| |||
try { /* Number n =*/ d.getValue( [[#variable18e43620]], 0); } catch (IndexOutOfBoundsException e) { pass = true; } assertTrue(pass); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e43620]] | 0 |
1 | 2 | [[#18e43620]] | 0 |
1 | 3 | [[#18e43620]] | 2 |
1 | 4 | [[#18e43620]] | 0 |