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.956 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 165 | Closure/closure/goog/testing/mockclock.js |
2 | 2 | 167 | Closure/closure/goog/testing/mockclock.js |
| ||||
window.setTimeout= goog.bind(this.setTimeout_, this ); window.setInterval= goog.bind(this.setInterval_, this ); |
| ||||
window.clearTimeout= goog.bind(this.clearTimeout_, this ); window.clearInterval= goog.bind(this.clearInterval_, this ); |
| |||
window. [[#variable1f878640]]=goog.bind(this. [[#variable1feccd80]],this ); window. [[#variable20f12680]]=goog.bind(this. [[#variable1feccda0]],this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1f878640]] | setTimeout |
1 | 2 | [[#1f878640]] | clearTimeout |
2 | 1 | [[#1feccd80]] | setTimeout_ |
2 | 2 | [[#1feccd80]] | clearTimeout_ |
3 | 1 | [[#20f12680]] | setInterval |
3 | 2 | [[#20f12680]] | clearInterval |
4 | 1 | [[#1feccda0]] | setInterval_ |
4 | 2 | [[#1feccda0]] | clearInterval_ |