Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.965 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 269 | libraries/joomla/database/tablenested.php |
2 | 4 | 300 | 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; } |
| ||||
// 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; } |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53d31680]] | $position |
1 | 2 | [[#53d31680]] | 'after' |