Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.972 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 90 | Closure/third_party/closure/goog/dojo/dom/query_test.js |
2 | 1 | 91 | Closure/third_party/closure/goog/dojo/dom/query_test.js |
| ||||
assertEquals('child1', goog.dom.query('> [qux]', 'container')[0].id); |
| ||||
assertEquals('child3', goog.dom.query('> [qux]', 'container')[1].id); |
| |||
assertEquals( [[#variable3edc4a00]],goog.dom.query('> [qux]','container')[ [[#variable3edc49a0]]].id); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3edc4a00]] | 'child1' |
1 | 2 | [[#3edc4a00]] | 'child3' |
2 | 1 | [[#3edc49a0]] | 0 |
2 | 2 | [[#3edc49a0]] | 1 |