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 | 982 | libraries/joomla/database/table.php |
2 | 6 | 864 | libraries/joomla/database/tablenested.php |
| ||||
$rows= $this->_db->loadObjectList(); // Check for a database error. if ($this->_db->getErrorNum()) { $this->setError($this->_db->getErrorMsg()); return FALSE; } |
| ||||
$rows= $this->_db->loadResultArray(); // Check for a database error. if ($this->_db->getErrorNum()) { $this->setError($this->_db->getErrorMsg()); return FALSE; } |
| |||
$rows=$this->_db-> [[#variable476dffe0]](); // 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 | [[#476dffe0]] | loadResultArray |
1 | 2 | [[#476dffe0]] | loadObjectList |