| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.972 | StatementList[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 1276 | Closure/closure/goog/ui/tree/basenode.js |
| 2 | 4 | 1293 | Closure/closure/goog/ui/tree/basenode.js |
| ||||
if (t.getSuspendRedraw( ))return;
var img= this.getExpandIconElement( );
if (img) {
img.className= this.getExpandIconClass( );
}
|
| ||||
if (t.getSuspendRedraw( ))return;
var img= this.getIconElement( );
if (img) {
img.className= this.getCalculatedIconClass( );
}
|
| |||
if (t.getSuspendRedraw( ))
return;
var img=this. [[#variable62e0c080]]( );
if (img)
{ img.className=this. [[#variable62e0c7c0]]( );
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#62e0c080]] | getExpandIconElement |
| 1 | 2 | [[#62e0c080]] | getIconElement |
| 2 | 1 | [[#62e0c7c0]] | getExpandIconClass |
| 2 | 2 | [[#62e0c7c0]] | getCalculatedIconClass |