Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 132 | components/com_content/models/archive.php |
2 | 7 | 336 | components/com_content/models/category.php |
| ||||
$filter_order= JRequest::getCmd('filter_order'); $filter_order_Dir= JRequest::getWord('filter_order_Dir'); $orderby= ' ORDER BY '; if ($filter_order && $filter_order_Dir) { $orderby.= $filter_order . ' ' . $filter_order_Dir . ', '; } |
| ||||
$filter_order= JRequest::getCmd('filter_order'); $filter_order_Dir= JRequest::getWord('filter_order_Dir'); $orderby= ' ORDER BY '; if ($filter_order && $filter_order_Dir) { $orderby.= $filter_order . ' ' . $filter_order_Dir . ', '; } |
| |||
$filter_order=JRequest::getCmd('filter_order'); $filter_order_Dir=JRequest::getWord('filter_order_Dir'); $orderby=' ORDER BY '; if ($filter_order && $filter_order_Dir) { $orderby.=$filter_order . ' ' . $filter_order_Dir . ', '; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |