Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 1 | 0.984 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 73 | administrator/components/com_banners/controllers/client.php |
2 | 2 | 154 | administrator/components/com_contact/admin.contact.php |
3 | 3 | 135 | administrator/components/com_newsfeeds/admin.newsfeeds.php |
4 | 2 | 104 | administrator/components/com_plugins/views/plugins/view.html.php |
| ||||
$db->setQuery($query, $pageNav->limitstart ,$pageNav->limit); $rows= $db->loadObjectList(); |
| ||||
$db->setQuery($query, $pageNav->limitstart ,$pageNav->limit); $rows= $db->loadObjectList(); |
| ||||
$db->setQuery($query, $pageNav->limitstart ,$pageNav->limit); $rows= $db->loadObjectList(); |
| ||||
$db->setQuery( $query, $pagination->limitstart ,$pagination->limit); $rows= $db->loadObjectList(); |
| |||
$db->setQuery($query, [[#variable58723be0]]->limitstart , [[#variable58723be0]]->limit); $rows=$db->loadObjectList(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58723be0]] | $pageNav |
1 | 2 | [[#58723be0]] | $pagination |
1 | 3 | [[#58723be0]] | $pageNav |
1 | 4 | [[#58723be0]] | $pageNav |