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.973 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 195 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/category/junit/CategoryToPieDatasetTests.java |
2 | 7 | 148 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/general/junit/DefaultPieDatasetTests.java |
3 | 7 | 226 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/DefaultKeyedValuesTests.java |
4 | 7 | 304 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/KeyedObjectsTests.java |
| |||||
try { d1.getIndex(null); } catch (IllegalArgumentException e) { pass = true; } assertTrue(pass); |
| |||||
try { d.getIndex(null); } catch (IllegalArgumentException e) { pass = true; } assertTrue(pass); |
| |||||
try { v2.getIndex(null); } catch (IllegalArgumentException e) { pass = true; } assertTrue(pass); |
| |||||
try { ko1.getIndex(null); } catch (IllegalArgumentException e) { pass = true; } assertTrue(pass); |
| |||
try { [[#variable18ea9680]].getIndex(null); } catch (IllegalArgumentException e) { pass = true; } assertTrue(pass); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18ea9680]] | d1 |
1 | 2 | [[#18ea9680]] | d |
1 | 3 | [[#18ea9680]] | v2 |
1 | 4 | [[#18ea9680]] | ko1 |