Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.978 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 435 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Month.java |
2 | 8 | 446 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Month.java |
| |||||
{ month = SerialDate.stringToMonthCode(s2); if (month == -1) { throw new TimePeriodFormatException("Can\'t evaluate the month."); } result = new Month(month, year); } |
| |||||
{ month = SerialDate.stringToMonthCode(s1); if (month == -1) { throw new TimePeriodFormatException("Can\'t evaluate the month."); } result = new Month(month, year); } |
| |||
{ month = SerialDate.stringToMonthCode( [[#variable1a081760]]); if (month == -1) { throw new TimePeriodFormatException("Can\'t evaluate the month."); } result = new Month(month, year); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a081760]] | s2 |
1 | 2 | [[#1a081760]] | s1 |