Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.993 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 113 | administrator/components/com_modules/controller.php |
2 | 7 | 129 | administrator/components/com_modules/controller.php |
| ||||
JRequest::setVar('edit', TRUE); // Checkout the module $model= $this->getModel('module'); $model->checkout(); parent::display(); |
| ||||
JRequest::setVar('edit', FALSE); // Checkout the module $model= $this->getModel('module'); $model->checkout(); parent::display(); |
| |||
JRequest::setVar('edit', [[#variable21d8b820]]); // Checkout the module $model=$this->getModel('module'); $model->checkout(); parent::display(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21d8b820]] | TRUE |
1 | 2 | [[#21d8b820]] | FALSE |