CloneSet586


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4430.953statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14107
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/MonthDateFormatTests.java
24115
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/MonthDateFormatTests.java
34123
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/MonthDateFormatTests.java
44131
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/MonthDateFormatTests.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
107
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/MonthDateFormatTests.java

assertFalse(mf1.equals(mf2));
mf2 = new MonthDateFormat(TimeZone.getTimeZone("PST"), Locale.FRANCE, 1, showYear1, new SimpleDateFormat("yy"));
assertTrue(mf1.equals(mf2));


Next
Previous
Clone Instance
2
Line Count
4
Source Line
115
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/MonthDateFormatTests.java

assertFalse(mf1.equals(mf2));
mf2 = new MonthDateFormat(TimeZone.getTimeZone("PST"), Locale.FRANCE, 2, showYear1, new SimpleDateFormat("yy"));
assertTrue(mf1.equals(mf2));


Next
Previous
Clone Instance
3
Line Count
4
Source Line
123
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/MonthDateFormatTests.java

assertFalse(mf1.equals(mf2));
mf2 = new MonthDateFormat(TimeZone.getTimeZone("PST"), Locale.FRANCE, 2, showYear2, new SimpleDateFormat("yy"));
assertTrue(mf1.equals(mf2));


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

assertFalse(mf1.equals(mf2));
mf2 = new MonthDateFormat(TimeZone.getTimeZone("PST"), Locale.FRANCE, 2, showYear2, new SimpleDateFormat("yyyy"));
assertTrue(mf1.equals(mf2));


Clone AbstractionParameter Count: 3Parameter Bindings

assertFalse(mf1.equals(mf2));
mf2 = new MonthDateFormat(TimeZone.getTimeZone("PST"), Locale.FRANCE,  [[#variable18c811e0]],  [[#variable18c81e80]], new SimpleDateFormat( [[#variable18c81220]]));
assertTrue(mf1.equals(mf2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18c811e0]]
1 
12[[#18c811e0]]
2 
13[[#18c811e0]]
2 
14[[#18c811e0]]
2 
21[[#18c81e80]]
showYear1 
22[[#18c81e80]]
showYear1 
23[[#18c81e80]]
showYear2 
24[[#18c81e80]]
showYear2 
31[[#18c81220]]
"yy" 
32[[#18c81220]]
"yy" 
33[[#18c81220]]
"yy" 
34[[#18c81220]]
"yyyy"