Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.957 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 449 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java |
2 | 3 | 459 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java |
| |||||
TimeSeries result10 = series.createCopy(new Month(MonthConstants.MAY, 2003), new Month(MonthConstants.DECEMBER, 2003)); |
| |||||
TimeSeries result12 = series.createCopy(new Month(MonthConstants.DECEMBER, 2003), new Month(MonthConstants.DECEMBER, 2003)); |
| |||
TimeSeries [[#variable1a07d340]]= series.createCopy(new Month(MonthConstants. [[#variable1a07d360]], 2003), new Month(MonthConstants.DECEMBER, 2003)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a07d340]] | result10 |
1 | 2 | [[#1a07d340]] | result12 |
2 | 1 | [[#1a07d360]] | MAY |
2 | 2 | [[#1a07d360]] | DECEMBER |