Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 4 | 0.962 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 85 | administrator/components/com_newsfeeds/admin.newsfeeds.php |
2 | 1 | 86 | administrator/components/com_newsfeeds/admin.newsfeeds.php |
3 | 1 | 88 | administrator/components/com_newsfeeds/admin.newsfeeds.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'); |
| |||
[[#variable22f1af40]]=$mainframe->getUserStateFromRequest( "$option [[#variable22f1aea0]], [[#variable22f1ae00]],'', [[#variable22f1ad80]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#22f1af40]] | $search |
1 | 2 | [[#22f1af40]] | $filter_state |
1 | 3 | [[#22f1af40]] | $filter_order_Dir |
2 | 1 | [[#22f1aea0]] | .search" |
2 | 2 | [[#22f1aea0]] | .filter_state" |
2 | 3 | [[#22f1aea0]] | .filter_order_Dir" |
3 | 1 | [[#22f1ae00]] | 'search' |
3 | 2 | [[#22f1ae00]] | 'filter_state' |
3 | 3 | [[#22f1ae00]] | 'filter_order_Dir' |
4 | 1 | [[#22f1ad80]] | 'string' |
4 | 2 | [[#22f1ad80]] | 'word' |
4 | 3 | [[#22f1ad80]] | 'word' |