CloneSet1533


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.992statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16982
libraries/joomla/database/table.php
26864
libraries/joomla/database/tablenested.php
Clone Instance
1
Line Count
6
Source Line
982
Source File
libraries/joomla/database/table.php

                $rows=  $this->_db->loadObjectList();

                // Check for a database error.
                if ($this->_db->getErrorNum()) {
                        $this->setError($this->_db->getErrorMsg());
                        return FALSE;
                      }


Clone Instance
2
Line Count
6
Source Line
864
Source File
libraries/joomla/database/tablenested.php

                                $rows=  $this->_db->loadResultArray();

                                // Check for a database error.
                                if ($this->_db->getErrorNum()) {
                                        $this->setError($this->_db->getErrorMsg());
                                        return FALSE;
                                      }


Clone AbstractionParameter Count: 1Parameter Bindings

$rows=$this->_db-> [[#variable476dffe0]]();
// Check for a database error.
if ($this->_db->getErrorNum()) {
  $this->setError($this->_db->getErrorMsg());
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#476dffe0]]
loadResultArray 
12[[#476dffe0]]
loadObjectList