Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.971 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 261 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/RangeTests.java |
2 | 8 | 287 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/RangeTests.java |
| |||||
try { Range.shift(null, 0.1); fail("Null value is accepted"); } catch (Exception e) { } |
| |||||
try { Range.scale(null, 0.1); fail("Null value is accepted"); } catch (Exception e) { } |
| |||
try { Range. [[#variable1a144a80]](null, 0.1); fail("Null value is accepted"); } catch (Exception e) { } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a144a80]] | shift |
1 | 2 | [[#1a144a80]] | scale |