Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.975 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 164 | Closure/closure/goog/date/date.js |
2 | 1 | 165 | Closure/closure/goog/date/date.js |
| ||||
n+= Math.floor((year- 100)/ 400)- Math.floor((year- 102)/ 400); |
| ||||
n+= Math.floor((year- 200)/ 400)- Math.floor((year- 199)/ 400); |
| |||
n+=Math.floor((year- [[#variable1fa8b960]])/400)-Math.floor((year- [[#variable1fa8b900]])/400); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1fa8b960]] | 100 |
1 | 2 | [[#1fa8b960]] | 200 |
2 | 1 | [[#1fa8b900]] | 102 |
2 | 2 | [[#1fa8b900]] | 199 |