Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.953 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1133 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/DateAxis.java |
2 | 6 | 1137 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/DateAxis.java |
| |||||
units.add(new DateTickUnit(DateTickUnit.MINUTE, 15, DateTickUnit.MINUTE, 5, f3)); units.add(new DateTickUnit(DateTickUnit.MINUTE, 20, DateTickUnit.MINUTE, 5, f3)); |
| |||||
units.add(new DateTickUnit(DateTickUnit.MINUTE, 30, DateTickUnit.MINUTE, 5, f3)); // hours units.add(new DateTickUnit(DateTickUnit.HOUR, 1, DateTickUnit.MINUTE, 5, f3)); |
| |||
units.add(new DateTickUnit(DateTickUnit.MINUTE, [[#variable18f355e0]], DateTickUnit.MINUTE, 5, f3)); // hours units.add(new DateTickUnit(DateTickUnit. [[#variable18f35560]], [[#variable18f2eaa0]], DateTickUnit.MINUTE, 5, f3)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f355e0]] | 15 |
1 | 2 | [[#18f355e0]] | 30 |
2 | 1 | [[#18f35560]] | MINUTE |
2 | 2 | [[#18f35560]] | HOUR |
3 | 1 | [[#18f2eaa0]] | 20 |
3 | 2 | [[#18f2eaa0]] | 1 |