Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.957 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 407 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java |
2 | 3 | 414 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java |
3 | 3 | 419 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java |
| |||||
// copy a range that includes only the first item in the series... TimeSeries result2 = series.createCopy(new Month(MonthConstants.NOVEMBER, 2002), new Month(MonthConstants.JANUARY, 2003)); |
| |||||
// copy a range that begins before and ends in the middle of the // series... TimeSeries result3 = series.createCopy(new Month(MonthConstants.NOVEMBER, 2002), new Month(MonthConstants.APRIL, 2003)); |
| |||||
TimeSeries result4 = series.createCopy(new Month(MonthConstants.NOVEMBER, 2002), new Month(MonthConstants.DECEMBER, 2003)); |
| |||
// copy a range that begins before and ends in the middle of the // series... // copy a range that includes only the first item in the series... TimeSeries [[#variable18f035a0]]= series.createCopy(new Month(MonthConstants.NOVEMBER, 2002), new Month(MonthConstants. [[#variable18f032c0]], 2003)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f035a0]] | result2 |
1 | 2 | [[#18f035a0]] | result3 |
1 | 3 | [[#18f035a0]] | result4 |
2 | 1 | [[#18f032c0]] | JANUARY |
2 | 2 | [[#18f032c0]] | APRIL |
2 | 3 | [[#18f032c0]] | DECEMBER |