CloneSet1246


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14457
libraries/joomla/database/tablenested.php
24729
libraries/joomla/database/tablenested.php
Clone Instance
1
Line Count
4
Source Line
457
Source File
libraries/joomla/database/tablenested.php

                // Set the object values.
                $this->parent_id = $repositionData->new_parent_id;
                $this->level = $repositionData->new_level;
                $this->lft = $repositionData->new_lft;
                $this->rgt = $repositionData->new_rgt;


Clone Instance
2
Line Count
4
Source Line
729
Source File
libraries/joomla/database/tablenested.php

                                // Set the object values.
                                $this->parent_id =        $repositionData->new_parent_id;
                                $this->level =            $repositionData->new_level;
                                $this->lft =              $repositionData->new_lft;
                                $this->rgt =              $repositionData->new_rgt;


Clone AbstractionParameter Count: 0Parameter Bindings

// Set the object values.
$this->parent_id =$repositionData->new_parent_id;
$this->level =$repositionData->new_level;
$this->lft =$repositionData->new_lft;
$this->rgt =$repositionData->new_rgt;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None