| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 3 | 2 | 0.957 | SourceElements[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 614 | Closure/closure/goog/ui/offlineinstalldialog.js |
| 2 | 10 | 712 | Closure/closure/goog/ui/offlineinstalldialog.js |
| 3 | 10 | 1006 | Closure/closure/goog/ui/offlineinstalldialog.js |
| ||||
goog.inherits(goog.ui.OfflineInstallDialog.EnableScreen,
goog.ui.OfflineInstallDialogScreen);
/**
* The type of this screen.
* @type {string}
*/
goog.ui.OfflineInstallDialog.EnableScreen.TYPE=
goog.ui.OfflineInstallDialog.ScreenType.ENABLE;
|
| ||||
goog.inherits(goog.ui.OfflineInstallDialog.InstallScreen,
goog.ui.OfflineInstallDialogScreen);
/**
* The type of this screen.
* @type {string}
*/
goog.ui.OfflineInstallDialog.InstallScreen.TYPE=
goog.ui.OfflineInstallDialog.ScreenType.INSTALL;
|
| ||||
goog.inherits(goog.ui.OfflineInstallDialog.InstallingGearsScreen,
goog.ui.OfflineInstallDialogScreen);
/**
* The type of this screen.
* @type {string}
*/
goog.ui.OfflineInstallDialog.InstallingGearsScreen.TYPE=
goog.ui.OfflineInstallDialog.ScreenType.INSTALLING_GEARS;
|
| |||
goog.inherits(goog.ui.OfflineInstallDialog. [[#variable1e653ec0]],goog.ui.OfflineInstallDialogScreen);
/**
* The type of this screen.
* @type {string}
*/
goog.ui.OfflineInstallDialog. [[#variable1e653ec0]].TYPE=goog.ui.OfflineInstallDialog.ScreenType. [[#variable1e653ea0]];
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1e653ec0]] | EnableScreen |
| 1 | 2 | [[#1e653ec0]] | InstallScreen |
| 1 | 3 | [[#1e653ec0]] | InstallingGearsScreen |
| 2 | 1 | [[#1e653ea0]] | ENABLE |
| 2 | 2 | [[#1e653ea0]] | INSTALL |
| 2 | 3 | [[#1e653ea0]] | INSTALLING_GEARS |