Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 2 | 0.987 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 67 | administrator/components/com_media/controller.php |
2 | 7 | 57 | components/com_media/controller.php |
3 | 7 | 361 | libraries/joomla/application/component/controller.php |
| ||||
// Get/Create the model if ($model= &$this->getModel($mName)) { // Push the model into the view (as default) $view->setModel($model, TRUE); } // Set the layout $view->setLayout($vLayout); |
| ||||
// Get/Create the model if ($model= &$this->getModel($mName)) { // Push the model into the view (as default) $view->setModel($model, TRUE); } // Set the layout $view->setLayout($vLayout); |
| ||||
// Get/Create the model if ($model= &$this-> getModel($viewName)) { // Push the model into the view (as default) $view->setModel($model, TRUE); } // Set the layout $view->setLayout($viewLayout); |
| |||
// Get/Create the model if ($model= &$this->getModel( [[#variable524c5960]])) { // Push the model into the view (as default) $view->setModel($model,TRUE); } // Set the layout $view->setLayout( [[#variable524c5820]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#524c5960]] | $mName |
1 | 2 | [[#524c5960]] | $viewName |
1 | 3 | [[#524c5960]] | $mName |
2 | 1 | [[#524c5820]] | $vLayout |
2 | 2 | [[#524c5820]] | $viewLayout |
2 | 3 | [[#524c5820]] | $vLayout |