Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.988 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 198 | Closure/closure/goog/dom/dom_test.js |
2 | 4 | 202 | Closure/closure/goog/dom/dom_test.js |
| ||||
assertNull('firstChild should be null', el.firstChild); // Test null children. el= goog.dom.$dom('div', null, null); |
| ||||
assertNull('firstChild should be null', el.firstChild); // Test empty array of children. el= goog.dom.$dom('div', null, [ ]); |
| |||
assertNull('firstChild should be null',el.firstChild); // Test null children. // Test empty array of children. el=goog.dom.$dom('div',null, [[#variable457b7ac0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#457b7ac0]] | null |
1 | 2 | [[#457b7ac0]] | [ ] |