| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 1 | 0.992 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 255 | administrator/components/com_modules/models/module.php |
| 2 | 6 | 171 | components/com_weblinks/models/weblink.php |
| ||||
if (!$module->checkout($uid, $this->_id)) {
$this->setError($this->_db->getErrorMsg());
return FALSE;
}
return TRUE;
|
| ||||
if (!$weblink->checkout($uid, $this->_id)) {
$this->setError($this->_db->getErrorMsg());
return FALSE;
}
return TRUE;
|
| |||
if (! [[#variable4b883fa0]]->checkout($uid,$this->_id)) {
$this->setError($this->_db->getErrorMsg());
return FALSE;
}
return TRUE;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4b883fa0]] | $module |
| 1 | 2 | [[#4b883fa0]] | $weblink |