CloneSet1377


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.992statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151048
libraries/joomla/database/table.php
251238
libraries/joomla/database/table.php
Clone Instance
1
Line Count
5
Source Line
1048
Source File
libraries/joomla/database/table.php

                $query=  new JQuery();

                // Select the primary key and ordering values from the table.
                $query->select('`'
                               .   $this->_tbl_key
                               .                   '`, `ordering');
                $query->from('`'
                             .   $this->_tbl
                             .               '`');


Clone Instance
2
Line Count
5
Source Line
1238
Source File
libraries/joomla/database/table.php

                        $query=  new JQuery();

                        // Setup the basic query.
                        $query->select('`'
                                       .   $this->_tbl_key
                                       .                   '`');
                        $query->from('`'
                                     .   $this->_tbl
                                     .               '`');


Clone AbstractionParameter Count: 1Parameter Bindings

$query=new JQuery();
// Select the primary key and ordering values from the table.
// Setup the basic query.
$query->select('`'
               . $this->_tbl_key
               .  [[#variable51375800]]);
$query->from('`'
             . $this->_tbl
             . '`');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#51375800]]
'`, `ordering' 
12[[#51375800]]
'`'