| 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.978 | LogicalORExpression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 713 | Closure/closure/goog/dom/dom.js |
| 2 | 4 | 1927 | Closure/closure/goog/dom/dom.js |
| ||||
function (rows, columns, opt_fillWithNbsp){
return goog.dom.createTable_(document, rows, columns, !!opt_fillWithNbsp);
}
|
| ||||
function (rows, columns,
opt_fillWithNbsp){
return goog.dom.createTable_(this.document_, rows, columns,
!!opt_fillWithNbsp);
}
|
| |||
function (rows,columns,opt_fillWithNbsp)
{ return goog.dom.createTable_( [[#variable3c3fc960]],rows,columns,!!opt_fillWithNbsp);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#3c3fc960]] | this.document_ |
| 1 | 2 | [[#3c3fc960]] | document |