Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.981 | VariableStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 671 | Closure/third_party/closure/goog/dojo/dom/query.js |
2 | 7 | 680 | Closure/third_party/closure/goog/dojo/dom/query.js |
| ||||
var _lookLeft= function (node){ while (node= node[pSibling]) { if (simpleNodeTest(node)) { return false; } } return true; } ; |
| ||||
var _lookRight= function (node){ while (node= node[nSibling]) { if (simpleNodeTest(node)) { return false; } } return true; } ; |
| |||
var [[#variable1ff5e960]]= function (node) { while (node=node[ [[#variable1ff5e900]]]) { if (simpleNodeTest(node)) { return false; } } return true; } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ff5e960]] | _lookLeft |
1 | 2 | [[#1ff5e960]] | _lookRight |
2 | 1 | [[#1ff5e900]] | pSibling |
2 | 2 | [[#1ff5e900]] | nSibling |