| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 2 | 4 | 0.956 | LogicalORExpression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 271 | Closure/closure/goog/ui/emoji/popupemojipicker.js |
| 2 | 7 | 148 | Closure/closure/goog/ui/popupcolorpicker.js |
| ||||
function ( )
{
goog.ui.emoji.PopupEmojiPicker.superClass_.disposeInternal.call(this );
this.emojiPicker_= null;
this.lastTarget_= null;
if (this.popup_) {
this.popup_.dispose( );
this.popup_= null;
}
}
|
| ||||
function ( )
{
goog.ui.PopupColorPicker.superClass_.disposeInternal.call(this );
this.colorPicker_= null;
this.lastTarget_= null;
if (this.popup_) {
this.popup_.dispose( );
this.popup_= null;
}
}
|
| |||
function ( )
{ [[#variable614122c0]]. [[#variable61412220]]. [[#variable614121c0]].superClass_.disposeInternal.call(this );
this. [[#variable61412140]]=null;
this.lastTarget_=null;
if (this.popup_)
{ this.popup_.dispose( );
this.popup_=null;
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#614122c0]] | goog |
| 1 | 2 | [[#614122c0]] | goog.ui |
| 2 | 1 | [[#61412220]] | ui |
| 2 | 2 | [[#61412220]] | emoji |
| 3 | 1 | [[#614121c0]] | PopupColorPicker |
| 3 | 2 | [[#614121c0]] | PopupEmojiPicker |
| 4 | 1 | [[#61412140]] | colorPicker_ |
| 4 | 2 | [[#61412140]] | emojiPicker_ |