| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.970 | IfStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 968 | Closure/closure/goog/ui/container.js |
| 2 | 4 | 1032 | Closure/closure/goog/ui/container.js |
| ||||
if (this.isFocusable( )){
// Enable keyboard access only for enabled & visible containers.
this.renderer_.enableTabIndex(this.getKeyEventTarget( ),
this.enabled_
&& this.visible_);
}
|
| ||||
if (this.isFocusable( )){
// Enable keyboard access only for enabled & visible components.
this.renderer_.enableTabIndex(this.getKeyEventTarget( ),
enable
&& this.visible_);
}
|
| |||
if (this.isFocusable( ))
{
// Enable keyboard access only for enabled & visible containers.
// Enable keyboard access only for enabled & visible components.
this.renderer_.enableTabIndex(this.getKeyEventTarget( ), [[#variable214ee1e0]]
&& this.visible_);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#214ee1e0]] | this.enabled_ |
| 1 | 2 | [[#214ee1e0]] | enable |