Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
25 | 2 | 2 | 0.975 | LogicalORExpression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 25 | 157 | Closure/closure/goog/net/xmlhttp.js |
2 | 6 | 119 | Closure/closure/goog/ui/media/flashobject.js |
| ||||
{ /** * Constant for when xmlhttprequest.readyState is uninitialized */ UNINITIALIZED: 0, /** * Constant for when xmlhttprequest.readyState is loading. */ LOADING: 1, /** * Constant for when xmlhttprequest.readyState is loaded. */ LOADED: 2, /** * Constant for when xmlhttprequest.readyState is in an interactive state. */ INTERACTIVE: 3, /** * Constant for when xmlhttprequest.readyState is completed */ COMPLETE: 4 } |
| ||||
{ LOADING: 0, UNINITIALIZED: 1, LOADED: 2, INTERACTIVE: 3, COMPLETE: 4 } |
| |||
{ [[#variable20273480]]: 0, [[#variable202733c0]]: 1, /** * Constant for when xmlhttprequest.readyState is loaded. */ LOADED: 2, /** * Constant for when xmlhttprequest.readyState is in an interactive state. */ INTERACTIVE: 3, /** * Constant for when xmlhttprequest.readyState is completed */ COMPLETE: 4 } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20273480]] | /** * Constant for when xmlhttprequest.readyState is uninitialized */ UNINITIALIZED |
1 | 2 | [[#20273480]] | LOADING |
2 | 1 | [[#202733c0]] | /** * Constant for when xmlhttprequest.readyState is loading. */ LOADING |
2 | 2 | [[#202733c0]] | UNINITIALIZED |