Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.969 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 505 | Closure/closure/goog/date/date.js |
2 | 2 | 507 | Closure/closure/goog/date/date.js |
| ||||
var years= parseInt(parts[2], 10) || 0; var months= parseInt(parts[3], 10) || 0; |
| ||||
var days= parseInt(parts[4], 10) || 0; var hours= parseInt(parts[6], 10) || 0; |
| |||
var [[#variable5718cc80]]=parseInt(parts[ [[#variable5718cb80]]],10) || 0; var [[#variable5718caa0]]=parseInt(parts[ [[#variable5718cbc0]]],10) || 0; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5718cc80]] | years |
1 | 2 | [[#5718cc80]] | days |
2 | 1 | [[#5718cb80]] | 2 |
2 | 2 | [[#5718cb80]] | 4 |
3 | 1 | [[#5718caa0]] | months |
3 | 2 | [[#5718caa0]] | hours |
4 | 1 | [[#5718cbc0]] | 3 |
4 | 2 | [[#5718cbc0]] | 6 |