Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.978 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 542 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Week.java |
2 | 7 | 552 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Week.java |
| |||||
{ w = Week.stringToWeek(s2); if (w == -1) { throw new TimePeriodFormatException("Can\'t evaluate the week."); } result = new Week(w, y); } |
| |||||
{ w = Week.stringToWeek(s1); if (w == -1) { throw new TimePeriodFormatException("Can\'t evaluate the week."); } result = new Week(w, y); } |
| |||
{ w = Week.stringToWeek( [[#variable1a080520]]); if (w == -1) { throw new TimePeriodFormatException("Can\'t evaluate the week."); } result = new Week(w, y); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a080520]] | s2 |
1 | 2 | [[#1a080520]] | s1 |