Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 2 | 0.979 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 208 | administrator/components/com_modules/models/module.php |
2 | 3 | 228 | administrator/components/com_modules/models/module.php |
3 | 3 | 516 | administrator/components/com_modules/models/module.php |
4 | 3 | 143 | components/com_weblinks/models/weblink.php |
| ||||
if (!$module->load($this->_id)) { $this->setError($this->_db->getErrorMsg()); return FALSE; } |
| ||||
if (! $module->checkin($this->_id)) { $this->setError($this->_db->getErrorMsg()); return FALSE; } |
| ||||
if (!$row->load($this->_id)) { $this->setError($this->_db->getErrorMsg()); return FALSE; } |
| ||||
if (! $weblink->checkin($this->_id)) { $this->setError($this->_db->getErrorMsg()); return FALSE; } |
| |||
if (! [[#variable476e2a00]]-> [[#variable476e2a60]]($this->_id)) { $this->setError($this->_db->getErrorMsg()); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#476e2a00]] | $weblink |
1 | 2 | [[#476e2a00]] | $module |
1 | 3 | [[#476e2a00]] | $module |
1 | 4 | [[#476e2a00]] | $row |
2 | 1 | [[#476e2a60]] | checkin |
2 | 2 | [[#476e2a60]] | load |
2 | 3 | [[#476e2a60]] | checkin |
2 | 4 | [[#476e2a60]] | load |