CloneSet1903


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12229
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/DateAxisTests.java
22243
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/DateAxisTests.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
229
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/DateAxisTests.java

// check that setting the max date to something on or before the 
// current min date works...
Date d1 = new Date();
Date d2 = new Date(d1.getTime() + 1);


First
Previous
Clone Instance
2
Line Count
2
Source Line
243
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/DateAxisTests.java

Date d1 = new Date();
Date d2 = new Date(d1.getTime() + 1);


Clone AbstractionParameter Count: 0Parameter Bindings

// check that setting the max date to something on or before the 
// current min date works...
Date d1 = new Date();
Date d2 = new Date(d1.getTime() + 1);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None