| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 3 | 2 | 0.965 | StatementList[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 297 | Closure/closure/goog/ui/splitpane.js |
| 2 | 6 | 307 | Closure/closure/goog/ui/splitpane.js |
| 3 | 6 | 315 | Closure/closure/goog/ui/splitpane.js |
| ||||
var firstContainer= goog.dom.getElementsByTagNameAndClass(
null, className, element)[0];
if (!firstContainer) {
return false;
}
// Since we have this component, save it so we don't have to get it
// again in decorateInternal. Same w/other components.
this.firstComponentContainer_= firstContainer;
|
| ||||
var secondContainer= goog.dom.getElementsByTagNameAndClass(
null, className, element)[0];
if (!secondContainer) {
return false;
}
this.secondComponentContainer_= secondContainer;
|
| ||||
var splitpaneHandle= goog.dom.getElementsByTagNameAndClass(
null, className, element)[0];
if (!splitpaneHandle) {
return false;
}
this.splitpaneHandle_= splitpaneHandle;
|
| |||
var [[#variable1e8ee080]]=goog.dom.getElementsByTagNameAndClass(null,className,element)[0];
if (! [[#variable1e8ee080]])
{ return false;
}
// Since we have this component, save it so we don't have to get it
// again in decorateInternal. Same w/other components.
this. [[#variable1fd22460]]= [[#variable1e8ee080]];
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1e8ee080]] | splitpaneHandle |
| 1 | 2 | [[#1e8ee080]] | secondContainer |
| 1 | 3 | [[#1e8ee080]] | firstContainer |
| 2 | 1 | [[#1fd22460]] | splitpaneHandle_ |
| 2 | 2 | [[#1fd22460]] | secondComponentContainer_ |
| 2 | 3 | [[#1fd22460]] | firstComponentContainer_ |