CloneSet1651


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.959StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12794
Closure/closure/goog/cssom/iframe/style.js
22807
Closure/closure/goog/cssom/iframe/style.js
Clone Instance
1
Line Count
2
Source Line
794
Source File
Closure/closure/goog/cssom/iframe/style.js

  // Copy inheritable styles so they are applied to everything under HTML.
  var htmlSelector=  new goog.cssom.iframe.style.CssSelector_( );
  htmlSelector.parts=  [new goog.cssom.iframe.style.CssSelectorPart_('html')];


Clone Instance
2
Line Count
2
Source Line
807
Source File
Closure/closure/goog/cssom/iframe/style.js

  var bodySelector=  new goog.cssom.iframe.style.CssSelector_( );
  bodySelector.parts=  [new goog.cssom.iframe.style.CssSelectorPart_('body')];


Clone AbstractionParameter Count: 2Parameter Bindings

// Copy inheritable styles so they are applied to everything under HTML.
var [[#variable63425340]]=new goog.cssom.iframe.style.CssSelector_( );
 [[#variable63425340]].parts=[new goog.cssom.iframe.style.CssSelectorPart_( [[#variable63424520]])];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#63425340]]
bodySelector 
12[[#63425340]]
htmlSelector 
21[[#63424520]]
'body' 
22[[#63424520]]
'html'