| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 11 | 2 | 1 | 0.976 | SourceElements[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 11 | 299 | Closure/closure/goog/ui/popupcolorpicker.js |
| 2 | 11 | 208 | Closure/closure/goog/ui/popupdatepicker.js |
| ||||
/**
* Sets whether the color picker can automatically move focus to its key event
* target when it is set to visible.
* @param {boolean} allow Whether to allow auto focus.
*/
goog.ui.PopupColorPicker.prototype.setAllowAutoFocus= function (allow){
this.allowAutoFocus_= allow;
} ;
/**
* @return {boolean} Whether the color picker can automatically move focus to
* its key event target when it is set to visible.
*/
goog.ui.PopupColorPicker.prototype.getAllowAutoFocus= function ( )
{
return this.allowAutoFocus_;
} ;
|
| ||||
/**
* Sets whether the date picker can automatically move focus to its key event
* target when it is set to visible.
* @param {boolean} allow Whether to allow auto focus.
*/
goog.ui.PopupDatePicker.prototype.setAllowAutoFocus= function (allow){
this.allowAutoFocus_= allow;
} ;
/**
* @return {boolean} Whether the date picker can automatically move focus to
* its key event target when it is set to visible.
*/
goog.ui.PopupDatePicker.prototype.getAllowAutoFocus= function ( )
{
return this.allowAutoFocus_;
} ;
|
| |||
/**
* Sets whether the date picker can automatically move focus to its key event
* target when it is set to visible.
* @param {boolean} allow Whether to allow auto focus.
*/
/**
* Sets whether the color picker can automatically move focus to its key event
* target when it is set to visible.
* @param {boolean} allow Whether to allow auto focus.
*/
goog.ui. [[#variable63470c00]].prototype.setAllowAutoFocus= function (allow)
{ this.allowAutoFocus_=allow;
} ;
/**
* @return {boolean} Whether the date picker can automatically move focus to
* its key event target when it is set to visible.
*/
/**
* @return {boolean} Whether the color picker can automatically move focus to
* its key event target when it is set to visible.
*/
goog.ui. [[#variable63470c00]].prototype.getAllowAutoFocus= function ( )
{ return this.allowAutoFocus_;
} ;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#63470c00]] | PopupDatePicker |
| 1 | 2 | [[#63470c00]] | PopupColorPicker |