CloneSet1434


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

                        // Get the reposition data for shifting the tree and re-inserting the node.
                        if (!$repositionData=  $this->_getTreeRepositionData($reference, $node->width ,$position)) {
                                // Error message set in getNode method.
                                $this->_unlock();
                                return FALSE;
                              }


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

                        // Get the reposition data for re-inserting the node after the found root.
                        if (!$repositionData=  $this->_getTreeRepositionData($reference, $node->width ,'after')) {
                                // Error message set in getNode method.
                                $this->_unlock();
                                return FALSE;
                              }


Clone AbstractionParameter Count: 1Parameter Bindings

// Get the reposition data for shifting the tree and re-inserting the node.
// Get the reposition data for re-inserting the node after the found root.
if (!$repositionData=$this->_getTreeRepositionData($reference,$node->width , [[#variable53d31680]])) {
  // Error message set in getNode method.
  $this->_unlock();
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53d31680]]
$position 
12[[#53d31680]]
'after'