Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 1 | 0.992 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 384 | libraries/joomla/database/table.php |
2 | 6 | 1255 | libraries/joomla/database/table.php |
3 | 6 | 1332 | libraries/joomla/database/tablenested.php |
| ||||
$row= $this->_db->loadAssoc(); // Check for a database error. if ($this->_db->getErrorNum()) { $this->setError($this->_db->getErrorMsg()); return FALSE; } |
| ||||
$row= $this->_db->loadObject(); // Check for a database error. if ($this->_db->getErrorNum()) { $this->setError($this->_db->getErrorMsg()); return FALSE; } |
| ||||
$row= $this->_db->loadObject(); // Check for a database error. if ($this->_db->getErrorNum()) { $this->setError($this->_db->getErrorMsg()); return FALSE; } |
| |||
$row=$this->_db-> [[#variable3eab7a60]](); // Check for a database error. if ($this->_db->getErrorNum()) { $this->setError($this->_db->getErrorMsg()); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3eab7a60]] | loadObject |
1 | 2 | [[#3eab7a60]] | loadAssoc |
1 | 3 | [[#3eab7a60]] | loadObject |