Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.952 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 272 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Quarter.java |
2 | 6 | 346 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Week.java |
| |||||
{ if (this.year < 9999) { result = new Quarter(FIRST_QUARTER, this.year + 1); } else { result = null; } } |
| |||||
{ if (this.year < 9999) { result = new Week(FIRST_WEEK_IN_YEAR, this.year + 1); } else { result = null; } } |
| |||
{ if (this.year < 9999) { result = new [[#variable1a0d4ca0]]( [[#variable1a0d51e0]], this.year + 1); } else { result = null; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0d4ca0]] | Quarter |
1 | 2 | [[#1a0d4ca0]] | Week |
2 | 1 | [[#1a0d51e0]] | FIRST_QUARTER |
2 | 2 | [[#1a0d51e0]] | FIRST_WEEK_IN_YEAR |