Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.963 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 797 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxis.java |
2 | 2 | 951 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxis.java |
3 | 2 | 998 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxis.java |
| |||||
long axisMin = this.first.getFirstMillisecond(this.calendar); long axisMax = this.last.getLastMillisecond(this.calendar); |
| |||||
double axisMin = this.first.getFirstMillisecond(this.calendar); double axisMax = this.last.getLastMillisecond(this.calendar); |
| |||||
double axisMin = this.first.getFirstMillisecond(this.calendar); double axisMax = this.last.getLastMillisecond(this.calendar); |
| |||
[[#variable18e54040]] axisMin = this.first.getFirstMillisecond(this.calendar); [[#variable18e54040]] axisMax = this.last.getLastMillisecond(this.calendar); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e54040]] | long |
1 | 2 | [[#18e54040]] | double |
1 | 3 | [[#18e54040]] | double |