Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | foreach_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 430 | administrator/components/com_banners/controllers/banner.php |
2 | 3 | 269 | administrator/components/com_plugins/controller.php |
| ||||
// execute reorder for each category foreach ($conditions as $cond) { $row->load($cond[0]); $row->reorder($cond[1]); } |
| ||||
// execute updateOrder for each group foreach ( $conditions as $cond) { $row->load( $cond[0]); $row->reorder( $cond[1]); } |
| |||
// execute reorder for each category // execute updateOrder for each group foreach ($conditions as $cond) { $row->load($cond[0]); $row->reorder($cond[1]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |