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.989 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 63 | installation/controllers/setup.php |
2 | 3 | 161 | installation/controllers/setup.php |
| ||||
// Store the options in the session. $vars= $model->storeOptions($return); // Redirect to the next page. $this->setRedirect('index.php?view=preinstall'); |
| ||||
// Store the options in the session. $vars= $model->storeOptions($return); $this->setRedirect('index.php?view=site'); |
| |||
// Store the options in the session. $vars=$model->storeOptions($return); // Redirect to the next page. $this->setRedirect( [[#variable51862920]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51862920]] | 'index.php?view=preinstall' |
1 | 2 | [[#51862920]] | 'index.php?view=site' |