| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 1 | 0.971 | LogicalORExpression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 168 | Closure/closure/goog/ui/emoji/popupemojipicker.js |
| 2 | 6 | 284 | Closure/closure/goog/ui/popupcolorpicker.js |
| ||||
function (focusable){
this.focusable_= focusable;
if (this.emojiPicker_) {
// TODO: In next revision sort the behavior of passing state to
// children correctly
this.emojiPicker_.setFocusable(focusable);
}
}
|
| ||||
function (focusable){
this.focusable_= focusable;
if (this.colorPicker_) {
// TODO: In next revision sort the behavior of passing state to
// children correctly
this.colorPicker_.setFocusable(focusable);
}
}
|
| |||
function (focusable)
{ this.focusable_=focusable;
if (this. [[#variable20507e00]])
{
// TODO: In next revision sort the behavior of passing state to
// children correctly
this. [[#variable20507e00]].setFocusable(focusable);
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#20507e00]] | colorPicker_ |
| 1 | 2 | [[#20507e00]] | emojiPicker_ |