| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 1 | 0.977 | LogicalORExpression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 171 | Closure/closure/goog/dom/dom.js |
| 2 | 5 | 1800 | Closure/closure/goog/dom/dom.js |
| ||||
function (opt_tag, opt_class, opt_el){
return goog.dom.getElementsByTagNameAndClass_(document, opt_tag, opt_class,
opt_el);
}
|
| ||||
function (opt_tag,
opt_class,
opt_el){
return goog.dom.getElementsByTagNameAndClass_(this.document_, opt_tag,
opt_class, opt_el);
}
|
| |||
function (opt_tag,opt_class,opt_el)
{ return goog.dom.getElementsByTagNameAndClass_( [[#variable1dd20320]],opt_tag,opt_class,opt_el);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1dd20320]] | this.document_ |
| 1 | 2 | [[#1dd20320]] | document |