Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.959 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 794 | Closure/closure/goog/cssom/iframe/style.js |
2 | 2 | 807 | 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')]; |
| ||||
var bodySelector= new goog.cssom.iframe.style.CssSelector_( ); bodySelector.parts= [new goog.cssom.iframe.style.CssSelectorPart_('body')]; |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63425340]] | bodySelector |
1 | 2 | [[#63425340]] | htmlSelector |
2 | 1 | [[#63424520]] | 'body' |
2 | 2 | [[#63424520]] | 'html' |