CloneSet2072


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.975statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12803
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxis.java
22828
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxis.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
803
Source File
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);


First
Previous
Clone Instance
2
Line Count
2
Source Line
828
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxis.java

RegularTimePeriod p = this.labelInfo[band].createInstance(new Date(axisMin), this.timeZone);


Clone AbstractionParameter Count: 1Parameter Bindings

// work out the number of periods to skip for labelling
RegularTimePeriod  [[#variable1a115ea0]]= this.labelInfo[band].createInstance(new Date(axisMin), this.timeZone);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a115ea0]]
p1 
12[[#1a115ea0]]
p