Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.972 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 722 | Closure/closure/goog/ui/datepicker.js |
2 | 4 | 165 | Closure/closure/goog/ui/scrollfloater.js |
| ||||
/** @inheritDoc */ goog.ui.DatePicker.prototype.createDom= function ( ) { goog.ui.DatePicker.superClass_.createDom.call(this ); this.decorateInternal(this.getElement( )); } ; |
| ||||
/** * Delegates dom creation to superclass, then constructs and * decorates required DOM elements. */ goog.ui.ScrollFloater.prototype.createDom= function ( ) { goog.ui.ScrollFloater.superClass_.createDom.call(this ); this.decorateInternal(this.getElement( )); } ; |
| |||
/** @inheritDoc */ /** * Delegates dom creation to superclass, then constructs and * decorates required DOM elements. */ goog.ui. [[#variable43eba360]].prototype.createDom= function ( ) { goog.ui. [[#variable43eba360]].superClass_.createDom.call(this ); this.decorateInternal(this.getElement( )); } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#43eba360]] | DatePicker |
1 | 2 | [[#43eba360]] | ScrollFloater |