Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.978 | LogicalORExpression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 630 | Closure/closure/goog/dom/dom_test.js |
2 | 2 | 636 | Closure/closure/goog/dom/dom_test.js |
3 | 2 | 649 | Closure/closure/goog/dom/dom_test.js |
| ||||
goog.dom.findNode(document, function (n){ return n.nodeType== goog.dom.NodeType.ELEMENT && n.tagName== 'BODY'; } ) |
| ||||
goog.dom.findNode(document, function (n){ return n.nodeType== goog.dom.NodeType.ELEMENT && n.tagName== 'P'; } ) |
| ||||
goog.dom.findNodes(document, function (n){ return n.nodeType== goog.dom.NodeType.ELEMENT && n.tagName== 'P'; } ) |
| |||
goog.dom. [[#variable1f5eba80]](document, function (n) { return n.nodeType==goog.dom.NodeType.ELEMENT && n.tagName== [[#variable1f5eba00]]; } ) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1f5eba80]] | findNodes |
1 | 2 | [[#1f5eba80]] | findNode |
1 | 3 | [[#1f5eba80]] | findNode |
2 | 1 | [[#1f5eba00]] | 'P' |
2 | 2 | [[#1f5eba00]] | 'BODY' |
2 | 3 | [[#1f5eba00]] | 'P' |