CloneSet1856


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1201.000statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111165
libraries/joomla/database/table.php
21403
libraries/joomla/database/table/content.php
Clone Instance
1
Line Count
1
Source Line
1165
Source File
libraries/joomla/database/table.php

                // Build the WHERE clause for the primary keys.
                $where=  $k
                         .  '='
                         .      implode(' OR '
                                        .      $k
                                        .         '=', $pks);


Clone Instance
2
Line Count
1
Source Line
403
Source File
libraries/joomla/database/table/content.php

                // Build the WHERE clause for the primary keys.
                $where=  $k
                         .  '='
                         .      implode(' OR '
                                        .      $k
                                        .         '=', $pks);


Clone AbstractionParameter Count: 0Parameter Bindings

// Build the WHERE clause for the primary keys.
$where=$k
       . '='
       . implode(' OR '
                 . $k
                 . '=',$pks);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None