Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | foreach_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 42 | administrator/components/com_categories/views/categories/view.html.php |
2 | 5 | 48 | administrator/components/com_menus/views/items/view.html.php |
| ||||
// Preprocess the list of items to find ordering divisions. foreach ($items as $i => &$item) { // TODO: Complete the ordering stuff with nested sets $item->order_up = TRUE; $item->order_dn = TRUE; } |
| ||||
// Preprocess the list of items to find ordering divisions. foreach ($items as $i => &$item) { // TODO: Complete the ordering stuff with nested sets $item->order_up = TRUE; $item->order_dn = TRUE; } |
| |||
// Preprocess the list of items to find ordering divisions. foreach ($items as $i => &$item) { // TODO: Complete the ordering stuff with nested sets $item->order_up =TRUE; $item->order_dn =TRUE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |