CloneSet1703


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16280
libraries/joomla/database/tablenested.php
26663
libraries/joomla/database/tablenested.php
Clone Instance
1
Line Count
6
Source Line
280
Source File
libraries/joomla/database/tablenested.php

                        // Get the last root node as the reference node.
                        $this->_db->setQuery(
                                'SELECT `'
                                .          $this->_tbl_key
                                .                          '`, `parent_id`, `level`, `lft`, `rgt`'
                                . ' FROM `'
                                .         $this->_tbl
                                .                     '`'
                                . ' WHERE `parent_id` = 0'
                                . ' ORDER BY `lft` DESC',0,1);


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

                                        // Get the last root node as the reference node.
                                        $this->_db->setQuery(
                                                'SELECT `'
                                                .          $this->_tbl_key
                                                .                          '`, `parent_id`, `level`, `lft`, `rgt`'
                                                . ' FROM `'
                                                .         $this->_tbl
                                                .                     '`'
                                                . ' WHERE `parent_id` = 0'
                                                . ' ORDER BY `lft` DESC',0,1);


Clone AbstractionParameter Count: 0Parameter Bindings

// Get the last root node as the reference node.
$this->_db->setQuery('SELECT `'
                     . $this->_tbl_key
                     . '`, `parent_id`, `level`, `lft`, `rgt`'
                     . ' FROM `'
                     . $this->_tbl
                     . '`'
                     . ' WHERE `parent_id` = 0'
                     . ' ORDER BY `lft` DESC',0,1);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None