| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 4 | 0 | 1.000 | StatementList[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 594 | Closure/closure/goog/dom/dom_test.js |
| 2 | 4 | 602 | Closure/closure/goog/dom/dom_test.js |
| 3 | 4 | 611 | Closure/closure/goog/dom/dom_test.js |
| 4 | 4 | 619 | Closure/closure/goog/dom/dom_test.js |
| ||||
goog.dom.setTextContent(p1, s);
assertEquals('We should have one childNode after setTextContent', 1,
p1.childNodes.length);
assertEquals(s, p1.firstChild.data);
|
| ||||
goog.dom.setTextContent(p1, s);
assertEquals('We should have one childNode after setTextContent', 1,
p1.childNodes.length);
assertEquals(s, p1.firstChild.data);
|
| ||||
goog.dom.setTextContent(p1, s);
assertEquals('We should have one childNode after setTextContent', 1,
p1.childNodes.length);
assertEquals(s, p1.firstChild.data);
|
| ||||
goog.dom.setTextContent(p1, s);
assertEquals('We should have one childNode after setTextContent', 1,
p1.childNodes.length);
assertEquals(s, p1.firstChild.data);
|
| |||
goog.dom.setTextContent(p1,s);
assertEquals('We should have one childNode after setTextContent',1,p1.childNodes.length);
assertEquals(s,p1.firstChild.data);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||