| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.978 | StatementList[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 227 | Closure/closure/goog/dom/dom_test.js |
| 2 | 4 | 234 | Closure/closure/goog/dom/dom_test.js |
| ||||
assertEquals('firstChild should be a text node', goog.dom.NodeType.TEXT,
el.firstChild.nodeType);
assertEquals('firstChild should have node value "Hello"', 'Hello',
el.firstChild.nodeValue);
|
| ||||
assertEquals('firstChild should be a text node', goog.dom.NodeType.TEXT,
el.firstChild.nodeType);
assertEquals('firstChild should have node value "World"', 'World',
el.firstChild.nodeValue);
|
| |||
assertEquals('firstChild should be a text node',goog.dom.NodeType.TEXT,el.firstChild.nodeType);
assertEquals( [[#variable1ef14e20]], [[#variable62fbcba0]],el.firstChild.nodeValue);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1ef14e20]] | 'firstChild should have node value "World"' |
| 1 | 2 | [[#1ef14e20]] | 'firstChild should have node value "Hello"' |
| 2 | 1 | [[#62fbcba0]] | 'World' |
| 2 | 2 | [[#62fbcba0]] | 'Hello' |