CloneSet1187


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10320.957SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110614
Closure/closure/goog/ui/offlineinstalldialog.js
210712
Closure/closure/goog/ui/offlineinstalldialog.js
3101006
Closure/closure/goog/ui/offlineinstalldialog.js
Clone Instance
1
Line Count
10
Source Line
614
Source File
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;


Clone Instance
2
Line Count
10
Source Line
712
Source File
Closure/closure/goog/ui/offlineinstalldialog.js

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;


Clone Instance
3
Line Count
10
Source Line
1006
Source File
Closure/closure/goog/ui/offlineinstalldialog.js

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;


Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1e653ec0]]
EnableScreen 
12[[#1e653ec0]]
InstallScreen 
13[[#1e653ec0]]
InstallingGearsScreen 
21[[#1e653ea0]]
ENABLE 
22[[#1e653ea0]]
INSTALL 
23[[#1e653ea0]]
INSTALLING_GEARS