Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 2 | 0.980 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 198 | libraries/joomla/access/access.php |
2 | 3 | 244 | libraries/joomla/access/access.php |
3 | 3 | 281 | libraries/joomla/access/access.php |
4 | 3 | 340 | libraries/joomla/access/access.php |
5 | 3 | 447 | libraries/joomla/access/access.php |
| ||||
$this->_quiet or $this->_log($db->getQuery()); $row= $db->loadRow(); |
| ||||
$this->_quiet or $this->_log($db->getQuery()); $result= $db->loadResultArray(); |
| ||||
$this->_quiet or $this->_log($db->getQuery()); $result= $db->loadResultArray(); |
| ||||
$this->_quiet or $this->_log($db->getQuery()); $ids= $db->loadResultArray(); |
| ||||
$this->_quiet or $this->_log($db->getQuery()); $ids= $db->loadResultArray(); |
| |||
$this->_quiet or $this->_log($db->getQuery()); [[#variable512902c0]]=$db-> [[#variable51290320]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#512902c0]] | $ids |
1 | 2 | [[#512902c0]] | $result |
1 | 3 | [[#512902c0]] | $row |
1 | 4 | [[#512902c0]] | $result |
1 | 5 | [[#512902c0]] | $ids |
2 | 1 | [[#51290320]] | loadResultArray |
2 | 2 | [[#51290320]] | loadResultArray |
2 | 3 | [[#51290320]] | loadRow |
2 | 4 | [[#51290320]] | loadResultArray |
2 | 5 | [[#51290320]] | loadResultArray |