Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 97 | administrator/components/com_redirect/models/link.php |
2 | 6 | 77 | administrator/components/com_users/models/group.php |
3 | 6 | 77 | administrator/components/com_users/models/user.php |
| ||||
// Check for a database error. if ($this->_db->getErrorNum()) { $this->setError($this->_db->getErrorMsg()); return $false; } $value= JArrayHelper::toObject($table->getProperties(1), 'JObject'); |
| ||||
// Check for a database error. if ($this->_db->getErrorNum()) { $this->setError($this->_db->getErrorMsg()); return $false; } $value= JArrayHelper::toObject($table->getProperties(1), 'JObject'); |
| ||||
// Check for a database error. if ($this->_db->getErrorNum()) { $this->setError($this->_db->getErrorMsg()); return $false; } $value= JArrayHelper::toObject($table->getProperties(1), 'JObject'); |
| |||
// Check for a database error. if ($this->_db->getErrorNum()) { $this->setError($this->_db->getErrorMsg()); return $false; } $value=JArrayHelper::toObject($table->getProperties(1),'JObject'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |