Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.963 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 101 | administrator/components/com_contact/admin.contact.php |
2 | 1 | 102 | administrator/components/com_contact/admin.contact.php |
3 | 1 | 104 | administrator/components/com_contact/admin.contact.php |
| ||||
$filter_order_Dir= $mainframe->getUserStateFromRequest($option . 'filter_order_Dir', 'filter_order_Dir', '', 'word'); |
| ||||
$filter_state= $mainframe->getUserStateFromRequest($option . 'filter_state', 'filter_state', '', 'word'); |
| ||||
$search= $mainframe->getUserStateFromRequest($option . 'search', 'search', '', 'string'); |
| |||
[[#variable3df40b80]]=$mainframe->getUserStateFromRequest($option . [[#variable3df40b20]], [[#variable3df40b20]],'', [[#variable3df40a80]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3df40b80]] | $search |
1 | 2 | [[#3df40b80]] | $filter_state |
1 | 3 | [[#3df40b80]] | $filter_order_Dir |
2 | 1 | [[#3df40b20]] | 'search' |
2 | 2 | [[#3df40b20]] | 'filter_state' |
2 | 3 | [[#3df40b20]] | 'filter_order_Dir' |
3 | 1 | [[#3df40a80]] | 'string' |
3 | 2 | [[#3df40a80]] | 'word' |
3 | 3 | [[#3df40a80]] | 'word' |