CloneSet1019


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

                $row=  $this->_db->loadAssoc();

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


Clone Instance
2
Line Count
6
Source Line
1255
Source File
libraries/joomla/database/table.php

                        $row=  $this->_db->loadObject();

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


Clone Instance
3
Line Count
6
Source Line
1332
Source File
libraries/joomla/database/tablenested.php

                $row=  $this->_db->loadObject();

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


Clone AbstractionParameter Count: 1Parameter Bindings

$row=$this->_db-> [[#variable3eab7a60]]();
// 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[[#3eab7a60]]
loadObject 
12[[#3eab7a60]]
loadAssoc 
13[[#3eab7a60]]
loadObject