CloneSet1226


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.957statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13407
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java
23414
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java
33419
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
407
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java

// copy a range that includes only the first item in the series...
TimeSeries result2 = series.createCopy(new Month(MonthConstants.NOVEMBER, 2002), new Month(MonthConstants.JANUARY, 2003));


Next
Previous
Clone Instance
2
Line Count
3
Source Line
414
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java

// copy a range that begins before and ends in the middle of the 
// series...
TimeSeries result3 = series.createCopy(new Month(MonthConstants.NOVEMBER, 2002), new Month(MonthConstants.APRIL, 2003));


First
Previous
Clone Instance
3
Line Count
3
Source Line
419
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java

TimeSeries result4 = series.createCopy(new Month(MonthConstants.NOVEMBER, 2002), new Month(MonthConstants.DECEMBER, 2003));


Clone AbstractionParameter Count: 2Parameter Bindings

// copy a range that begins before and ends in the middle of the 
// series...
// copy a range that includes only the first item in the series...
TimeSeries  [[#variable18f035a0]]= series.createCopy(new Month(MonthConstants.NOVEMBER, 2002), new Month(MonthConstants. [[#variable18f032c0]], 2003));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f035a0]]
result2 
12[[#18f035a0]]
result3 
13[[#18f035a0]]
result4 
21[[#18f032c0]]
JANUARY 
22[[#18f032c0]]
APRIL 
23[[#18f032c0]]
DECEMBER