Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 3 | 0.962 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 46 | Closure/third_party/closure/goog/dojo/dom/query_test.js |
2 | 2 | 87 | Closure/third_party/closure/goog/dojo/dom/query_test.js |
3 | 2 | 92 | Closure/third_party/closure/goog/dojo/dom/query_test.js |
| ||||
// with a root, by ID assertQuery(3, '> *', 'container'); assertQuery(3, '> h3', 't'); |
| ||||
assertQuery(3, '>', 'container'); assertQuery(3, '> *', 'container'); |
| ||||
assertQuery(3, '>', 'container'); assertQuery(3, '> *', 'container'); |
| |||
// with a root, by ID assertQuery(3, [[#variable383d43a0]],'container'); assertQuery(3, [[#variable457dfce0]], [[#variable383d4360]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#383d43a0]] | '> *' |
1 | 2 | [[#383d43a0]] | '>' |
1 | 3 | [[#383d43a0]] | '>' |
2 | 1 | [[#457dfce0]] | '> h3' |
2 | 2 | [[#457dfce0]] | '> *' |
2 | 3 | [[#457dfce0]] | '> *' |
3 | 1 | [[#383d4360]] | 't' |
3 | 2 | [[#383d4360]] | 'container' |
3 | 3 | [[#383d4360]] | 'container' |