CloneSet1580


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.962statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12165
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/DayTests.java
22177
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/DayTests.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
165
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/DayTests.java

Day jan1st1900 = new Day(1, MonthConstants.JANUARY, 1900);
Day previous = (Day) jan1st1900.previous();


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

Day jan1st1900 = new Day(1, MonthConstants.JANUARY, 1900);
Day next = (Day) jan1st1900.next();


Clone AbstractionParameter Count: 1Parameter Bindings

Day jan1st1900 = new Day(1, MonthConstants.JANUARY, 1900);
Day  [[#variable18fdf6a0]]= (Day) jan1st1900. [[#variable18fdf6a0]]();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18fdf6a0]]
previous 
12[[#18fdf6a0]]
next