| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.986 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 75 | Closure/closure/goog/dom/dom_test.js |
| 2 | 2 | 77 | Closure/closure/goog/dom/dom_test.js |
| ||||
assertEquals('Should get 1 span',
goog.dom.getElementsByTagNameAndClass('span', 'test2').length, 1);
|
| ||||
assertEquals('Should get 1 span',
goog.dom.getElementsByTagNameAndClass('SPAN', 'test2').length, 1);
|
| |||
assertEquals('Should get 1 span',goog.dom.getElementsByTagNameAndClass( [[#variable3eafe480]],'test2').length,1);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#3eafe480]] | 'span' |
| 1 | 2 | [[#3eafe480]] | 'SPAN' |