Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.952 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 337 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/NumberAxisTests.java |
2 | 3 | 365 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/NumberAxisTests.java |
3 | 3 | 393 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/NumberAxisTests.java |
| |||||
axis.setAutoRangeIncludesZero(false); assertEquals(895.0, axis.getLowerBound(), EPSILON); assertEquals(1005.0, axis.getUpperBound(), EPSILON); |
| |||||
axis.setAutoRangeIncludesZero(false); assertEquals(0.9, axis.getLowerBound(), EPSILON); assertEquals(3.1, axis.getUpperBound(), EPSILON); |
| |||||
axis.setAutoRangeIncludesZero(false); assertEquals(0.9, axis.getLowerBound(), EPSILON); assertEquals(3.1, axis.getUpperBound(), EPSILON); |
| |||
axis.setAutoRangeIncludesZero(false); assertEquals( [[#variable18f45740]], axis.getLowerBound(), EPSILON); assertEquals( [[#variable18f44980]], axis.getUpperBound(), EPSILON); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f45740]] | 895.0 |
1 | 2 | [[#18f45740]] | 0.9 |
1 | 3 | [[#18f45740]] | 0.9 |
2 | 1 | [[#18f44980]] | 1005.0 |
2 | 2 | [[#18f44980]] | 3.1 |
2 | 3 | [[#18f44980]] | 3.1 |