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 | 429 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java |
2 | 3 | 434 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java |
3 | 3 | 439 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java |
| |||||
TimeSeries result6 = series.createCopy(new Month(MonthConstants.JANUARY, 2003), new Month(MonthConstants.JANUARY, 2003)); |
| |||||
TimeSeries result7 = series.createCopy(new Month(MonthConstants.JANUARY, 2003), new Month(MonthConstants.APRIL, 2003)); |
| |||||
TimeSeries result8 = series.createCopy(new Month(MonthConstants.JANUARY, 2003), new Month(MonthConstants.DECEMBER, 2003)); |
| |||
TimeSeries [[#variable18f02920]]= series.createCopy(new Month(MonthConstants.JANUARY, 2003), new Month(MonthConstants. [[#variable18f028c0]], 2003)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f02920]] | result6 |
1 | 2 | [[#18f02920]] | result7 |
1 | 3 | [[#18f02920]] | result8 |
2 | 1 | [[#18f028c0]] | JANUARY |
2 | 2 | [[#18f028c0]] | APRIL |
2 | 3 | [[#18f028c0]] | DECEMBER |