Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.975 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 803 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxis.java |
2 | 2 | 828 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxis.java |
| |||||
// work out the number of periods to skip for labelling RegularTimePeriod p1 = this.labelInfo[band].createInstance(new Date(axisMin), this.timeZone); |
| |||||
RegularTimePeriod p = this.labelInfo[band].createInstance(new Date(axisMin), this.timeZone); |
| |||
// work out the number of periods to skip for labelling RegularTimePeriod [[#variable1a115ea0]]= this.labelInfo[band].createInstance(new Date(axisMin), this.timeZone); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a115ea0]] | p1 |
1 | 2 | [[#1a115ea0]] | p |