Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | IterationStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 192 | Closure/closure/goog/crypt/sha1.js |
2 | 4 | 208 | Closure/closure/goog/crypt/sha1.js |
| ||||
while (n+ 64< opt_length) { this.compress_(bytes.slice(n, n+ 64)); n+= 64; this.total_+= 64; } |
| ||||
// Pick up 64 byte chunks. while (n+ 64< opt_length) { this.compress_(bytes.slice(n, n+ 64)); n+= 64; this.total_+= 64; } |
| |||
// Pick up 64 byte chunks. while (n+64<opt_length) { this.compress_(bytes.slice(n,n+64)); n+=64; this.total_+=64; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |