CloneSet1894


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.989statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1463
installation/controllers/setup.php
23161
installation/controllers/setup.php
Clone Instance
1
Line Count
4
Source Line
63
Source File
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');


Clone Instance
2
Line Count
3
Source Line
161
Source File
installation/controllers/setup.php

                // Store the options in the session.
                $vars=  $model->storeOptions($return);

                $this->setRedirect('index.php?view=site');


Clone AbstractionParameter Count: 1Parameter Bindings

// Store the options in the session.
$vars=$model->storeOptions($return);
// Redirect to the next page.
$this->setRedirect( [[#variable51862920]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#51862920]]
'index.php?view=preinstall' 
12[[#51862920]]
'index.php?view=site'