| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 3 | 0.962 | StatementList[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 552 | Closure/closure/goog/date/date.js |
| 2 | 5 | 565 | Closure/closure/goog/date/date.js |
| ||||
if (this.months
|| opt_verbose) {
res.push(Math.abs(this.months)+ 'M');
}
if (this.days
|| opt_verbose) {
res.push(Math.abs(this.days)+ 'D');
}
|
| ||||
if (this.minutes
|| opt_verbose) {
res.push(Math.abs(this.minutes)+ 'M');
}
if (this.seconds
|| opt_verbose) {
res.push(Math.abs(this.seconds)+ 'S');
}
|
| |||
if (this. [[#variable575c3f40]]
|| opt_verbose)
{ res.push(Math.abs(this. [[#variable575c3f40]])+'M');
}
if (this. [[#variable5e776a60]]
|| opt_verbose)
{ res.push(Math.abs(this. [[#variable5e776a60]])+ [[#variable5e776b20]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#575c3f40]] | minutes |
| 1 | 2 | [[#575c3f40]] | months |
| 2 | 1 | [[#5e776a60]] | seconds |
| 2 | 2 | [[#5e776a60]] | days |
| 3 | 1 | [[#5e776b20]] | 'S' |
| 3 | 2 | [[#5e776b20]] | 'D' |