Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 3 | 0.953 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 107 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/MonthDateFormatTests.java |
2 | 4 | 115 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/MonthDateFormatTests.java |
3 | 4 | 123 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/MonthDateFormatTests.java |
4 | 4 | 131 | 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)); |
| |||||
assertFalse(mf1.equals(mf2)); mf2 = new MonthDateFormat(TimeZone.getTimeZone("PST"), Locale.FRANCE, 2, showYear1, new SimpleDateFormat("yy")); assertTrue(mf1.equals(mf2)); |
| |||||
assertFalse(mf1.equals(mf2)); mf2 = new MonthDateFormat(TimeZone.getTimeZone("PST"), Locale.FRANCE, 2, showYear2, new SimpleDateFormat("yy")); assertTrue(mf1.equals(mf2)); |
| |||||
assertFalse(mf1.equals(mf2)); mf2 = new MonthDateFormat(TimeZone.getTimeZone("PST"), Locale.FRANCE, 2, showYear2, new SimpleDateFormat("yyyy")); assertTrue(mf1.equals(mf2)); |
| |||
assertFalse(mf1.equals(mf2)); mf2 = new MonthDateFormat(TimeZone.getTimeZone("PST"), Locale.FRANCE, [[#variable18c811e0]], [[#variable18c81e80]], new SimpleDateFormat( [[#variable18c81220]])); assertTrue(mf1.equals(mf2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18c811e0]] | 1 |
1 | 2 | [[#18c811e0]] | 2 |
1 | 3 | [[#18c811e0]] | 2 |
1 | 4 | [[#18c811e0]] | 2 |
2 | 1 | [[#18c81e80]] | showYear1 |
2 | 2 | [[#18c81e80]] | showYear1 |
2 | 3 | [[#18c81e80]] | showYear2 |
2 | 4 | [[#18c81e80]] | showYear2 |
3 | 1 | [[#18c81220]] | "yy" |
3 | 2 | [[#18c81220]] | "yy" |
3 | 3 | [[#18c81220]] | "yy" |
3 | 4 | [[#18c81220]] | "yyyy" |