CloneSet762


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3340.951StatementList[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1374
Closure/third_party/closure/goog/dojo/dom/query_test.js
23115
Closure/third_party/closure/goog/dojo/dom/query_test.js
33124
Closure/third_party/closure/goog/dojo/dom/query_test.js
Clone Instance
1
Line Count
3
Source Line
74
Source File
Closure/third_party/closure/goog/dojo/dom/query_test.js

  assertQuery(3, '[foo]');
  assertQuery(1, '[foo$="thud"]');
  assertQuery(1, '[foo$=thud]');


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

  assertQuery(3, '#t h3:nth-child(2n+1)');
  assertQuery(1, '#t h3:nth-child(even)');
  assertQuery(1, '#t h3:nth-child(2n)');


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

  assertQuery(3, '#t > *:nth-child(n+10)');
  assertQuery(1, '#t > *:nth-child(n+12)');
  assertQuery(10, '#t > *:nth-child(-n+10)');


Clone AbstractionParameter Count: 4Parameter Bindings

assertQuery(3, [[#variable1fbd08c0]]);
assertQuery(1, [[#variable1f254040]]);
assertQuery( [[#variable1f254c40]], [[#variable1f254d00]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1fbd08c0]]
'#t > *:nth-child(n+10)' 
12[[#1fbd08c0]]
'#t h3:nth-child(2n+1)' 
13[[#1fbd08c0]]
'[foo]' 
21[[#1f254040]]
'#t > *:nth-child(n+12)' 
22[[#1f254040]]
'#t h3:nth-child(even)' 
23[[#1f254040]]
'[foo$="thud"]' 
31[[#1f254c40]]
10 
32[[#1f254c40]]
1 
33[[#1f254c40]]
1 
41[[#1f254d00]]
'#t > *:nth-child(-n+10)' 
42[[#1f254d00]]
'#t h3:nth-child(2n)' 
43[[#1f254d00]]
'[foo$=thud]'