| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 3 | 3 | 0.962 | IfStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 1062 | Closure/closure/goog/testing/multitestrunner.js |
| 2 | 6 | 1070 | Closure/closure/goog/testing/multitestrunner.js |
| 3 | 6 | 1078 | Closure/closure/goog/testing/multitestrunner.js |
| ||||
if (tab== 0) {
this.logEl_.style.display= '';
goog.dom.classes.add(this.logTabEl_, 'goog-testrunner-activetab');
}
else {
this.logEl_.style.display= 'none';
goog.dom.classes.remove(this.logTabEl_, 'goog-testrunner-activetab');
}
|
| ||||
if (tab== 1) {
this.reportEl_.style.display= '';
goog.dom.classes.add(this.reportTabEl_, 'goog-testrunner-activetab');
}
else {
this.reportEl_.style.display= 'none';
goog.dom.classes.remove(this.reportTabEl_, 'goog-testrunner-activetab');
}
|
| ||||
if (tab== 2) {
this.statsEl_.style.display= '';
goog.dom.classes.add(this.statsTabEl_, 'goog-testrunner-activetab');
}
else {
this.statsEl_.style.display= 'none';
goog.dom.classes.remove(this.statsTabEl_, 'goog-testrunner-activetab');
}
|
| |||
if (tab== [[#variable5d84eb20]])
{ this. [[#variable5d84eaa0]].style.display='';
goog.dom.classes.add(this. [[#variable5d84ea00]],'goog-testrunner-activetab');
}
else
{ this. [[#variable5d84eaa0]].style.display='none';
goog.dom.classes.remove(this. [[#variable5d84ea00]],'goog-testrunner-activetab');
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5d84eb20]] | 0 |
| 1 | 2 | [[#5d84eb20]] | 1 |
| 1 | 3 | [[#5d84eb20]] | 2 |
| 2 | 1 | [[#5d84eaa0]] | logEl_ |
| 2 | 2 | [[#5d84eaa0]] | reportEl_ |
| 2 | 3 | [[#5d84eaa0]] | statsEl_ |
| 3 | 1 | [[#5d84ea00]] | logTabEl_ |
| 3 | 2 | [[#5d84ea00]] | reportTabEl_ |
| 3 | 3 | [[#5d84ea00]] | statsTabEl_ |