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.992 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 235 | administrator/components/com_banners/controllers/banner.php |
2 | 3 | 277 | administrator/components/com_contact/admin.contact.php |
3 | 3 | 239 | administrator/components/com_newsfeeds/admin.newsfeeds.php |
4 | 3 | 202 | components/com_weblinks/models/weblink.php |
| ||||
// if new item order last in appropriate group if (!$row->bid) { $where= 'catid = ' . (int) $row->catid; $row->ordering = $row->getNextOrder($where); } |
| ||||
// if new item, order last in appropriate group if (!$row->id) { $where= "catid = " . (int) $row->catid; $row->ordering = $row->getNextOrder($where); } |
| ||||
// if new item, order last in appropriate group if (!$row->id) { $where= "catid = " . (int) $row->catid; $row->ordering = $row->getNextOrder($where); } |
| ||||
// if new item, order last in appropriate group if (!$row->id) { $where= 'catid = ' . (int) $row->catid; $row->ordering = $row->getNextOrder($where); } |
| |||
// if new item, order last in appropriate group // if new item order last in appropriate group if (!$row-> [[#variable4ed970e0]]) { $where='catid = ' . (int) $row->catid; $row->ordering =$row->getNextOrder($where); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4ed970e0]] | id |
1 | 2 | [[#4ed970e0]] | bid |
1 | 3 | [[#4ed970e0]] | id |
1 | 4 | [[#4ed970e0]] | id |