Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.978 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 262 | libraries/joomla/database/tablenested.php |
2 | 4 | 487 | libraries/joomla/database/tablenested.php |
3 | 4 | 928 | libraries/joomla/database/tablenested.php |
4 | 4 | 1014 | libraries/joomla/database/tablenested.php |
| ||||
// Get the reference node by primary key. if (!$reference= $this->_getNode($referenceId)) { // Error message set in getNode method. $this->_unlock(); return FALSE; } |
| ||||
// Get the node by id. if (!$node= $this->_getNode($pk)) { // Error message set in getNode method. $this->_unlock(); return FALSE; } |
| ||||
// Get the node by primary key. if (!$node= $this->_getNode($pk)) { // Error message set in getNode method. $this->_unlock(); return FALSE; } |
| ||||
// Get the node by primary key. if (!$node= $this->_getNode($pk)) { // Error message set in getNode method. $this->_unlock(); return FALSE; } |
| |||
// Get the reference node by primary key. // Get the node by id. // Get the node by primary key. if (! [[#variable2188b460]]=$this->_getNode( [[#variable2188b400]])) { // Error message set in getNode method. $this->_unlock(); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2188b460]] | $reference |
1 | 2 | [[#2188b460]] | $node |
1 | 3 | [[#2188b460]] | $node |
1 | 4 | [[#2188b460]] | $node |
2 | 1 | [[#2188b400]] | $referenceId |
2 | 2 | [[#2188b400]] | $pk |
2 | 3 | [[#2188b400]] | $pk |
2 | 4 | [[#2188b400]] | $pk |