CloneSet790


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2330.962StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1246
Closure/third_party/closure/goog/dojo/dom/query_test.js
2287
Closure/third_party/closure/goog/dojo/dom/query_test.js
3292
Closure/third_party/closure/goog/dojo/dom/query_test.js
Clone Instance
1
Line Count
2
Source Line
46
Source File
Closure/third_party/closure/goog/dojo/dom/query_test.js

  // with a root, by ID
  assertQuery(3, '> *', 'container');
  assertQuery(3, '> h3', 't');


Clone Instance
2
Line Count
2
Source Line
87
Source File
Closure/third_party/closure/goog/dojo/dom/query_test.js

  assertQuery(3, '>', 'container');
  assertQuery(3, '> *', 'container');


Clone Instance
3
Line Count
2
Source Line
92
Source File
Closure/third_party/closure/goog/dojo/dom/query_test.js

  assertQuery(3, '>', 'container');
  assertQuery(3, '> *', 'container');


Clone AbstractionParameter Count: 3Parameter Bindings

// with a root, by ID
assertQuery(3, [[#variable383d43a0]],'container');
assertQuery(3, [[#variable457dfce0]], [[#variable383d4360]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#383d43a0]]
'> *' 
12[[#383d43a0]]
'>' 
13[[#383d43a0]]
'>' 
21[[#457dfce0]]
'> h3' 
22[[#457dfce0]]
'> *' 
23[[#457dfce0]]
'> *' 
31[[#383d4360]]
't' 
32[[#383d4360]]
'container' 
33[[#383d4360]]
'container'