| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 2 | 0 | 1.000 | StatementList[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 335 | Closure/closure/goog/ui/tree/treecontrol.js |
| 2 | 10 | 89 | Closure/closure/goog/ui/tree/treenode.js |
| ||||
var expanded= this.getExpanded( );
if (expanded
&& this.expandedIconClass_) {
return this.expandedIconClass_;
}
if (!expanded
&& this.iconClass_) {
return this.iconClass_;
}
// fall back on default icons
var config= this.getConfig( );
|
| ||||
var expanded= this.getExpanded( );
if (expanded
&& this.expandedIconClass_) {
return this.expandedIconClass_;
}
if (!expanded
&& this.iconClass_) {
return this.iconClass_;
}
// fall back on default icons
var config= this.getConfig( );
|
| |||
var expanded=this.getExpanded( );
if (expanded
&& this.expandedIconClass_)
{ return this.expandedIconClass_;
}
if (!expanded
&& this.iconClass_)
{ return this.iconClass_;
}
// fall back on default icons
var config=this.getConfig( );
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||