Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 628 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/LogarithmicAxis.java |
2 | 2 | 670 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/LogarithmicAxis.java |
3 | 2 | 325 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/LogAxis.java |
4 | 2 | 365 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/LogAxis.java |
| |||||
double axisMin = switchedLog10(range.getLowerBound()); double axisMax = switchedLog10(range.getUpperBound()); |
| |||||
double axisMin = switchedLog10(range.getLowerBound()); double axisMax = switchedLog10(range.getUpperBound()); |
| |||||
double axisMin = calculateLog(range.getLowerBound()); double axisMax = calculateLog(range.getUpperBound()); |
| |||||
double axisMin = calculateLog(range.getLowerBound()); double axisMax = calculateLog(range.getUpperBound()); |
| |||
double axisMin = [[#variable18e22420]](range.getLowerBound()); double axisMax = [[#variable18e22420]](range.getUpperBound()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e22420]] | switchedLog10 |
1 | 2 | [[#18e22420]] | switchedLog10 |
1 | 3 | [[#18e22420]] | calculateLog |
1 | 4 | [[#18e22420]] | calculateLog |