Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 5 | 0.959 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 78 | administrator/components/com_menus/models/menus.php |
2 | 1 | 79 | administrator/components/com_menus/models/menus.php |
| ||||
$this->setState('list.ordering', $app->getUserStateFromRequest($this->_context . '.list.ordering', 'filter_order', 'a.id', 'cmd')); |
| ||||
$this->setState('list.direction', $app->getUserStateFromRequest($this->_context . '.list.direction', 'filter_order_Dir', 'ASC', 'word')); |
| |||
$this->setState( [[#variable5134c920]],$app->getUserStateFromRequest($this->_context . [[#variable5134c860]], [[#variable5134c800]], [[#variable5134c780]], [[#variable5134c660]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5134c920]] | 'list.direction' |
1 | 2 | [[#5134c920]] | 'list.ordering' |
2 | 1 | [[#5134c860]] | '.list.direction' |
2 | 2 | [[#5134c860]] | '.list.ordering' |
3 | 1 | [[#5134c800]] | 'filter_order_Dir' |
3 | 2 | [[#5134c800]] | 'filter_order' |
4 | 1 | [[#5134c780]] | 'ASC' |
4 | 2 | [[#5134c780]] | 'a.id' |
5 | 1 | [[#5134c660]] | 'word' |
5 | 2 | [[#5134c660]] | 'cmd' |