Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 4 | 0.960 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 21 | administrator/components/com_languages/admin.languages.html.php |
2 | 1 | 40 | administrator/components/com_media/controllers/file.php |
3 | 1 | 35 | components/com_contact/views/category/view.html.php |
4 | 1 | 36 | components/com_contact/views/category/view.html.php |
| ||||
$limitstart= JRequest::getVar('limitstart', '0', '', 'int'); |
| ||||
$format= JRequest::getVar('format', 'html', '', 'cmd'); |
| ||||
$filter_order= JRequest::getVar('filter_order', 'cd.ordering', '', 'cmd'); |
| ||||
$filter_order_Dir= JRequest::getVar('filter_order_Dir', 'ASC', '', 'word'); |
| |||
[[#variable3c3d2120]]=JRequest::getVar( [[#variable3c3d20c0]], [[#variable3c3d2040]],'', [[#variable3c3d2080]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3c3d2120]] | $limitstart |
1 | 2 | [[#3c3d2120]] | $format |
1 | 3 | [[#3c3d2120]] | $filter_order |
1 | 4 | [[#3c3d2120]] | $filter_order_Dir |
2 | 1 | [[#3c3d20c0]] | 'limitstart' |
2 | 2 | [[#3c3d20c0]] | 'format' |
2 | 3 | [[#3c3d20c0]] | 'filter_order' |
2 | 4 | [[#3c3d20c0]] | 'filter_order_Dir' |
3 | 1 | [[#3c3d2040]] | '0' |
3 | 2 | [[#3c3d2040]] | 'html' |
3 | 3 | [[#3c3d2040]] | 'cd.ordering' |
3 | 4 | [[#3c3d2040]] | 'ASC' |
4 | 1 | [[#3c3d2080]] | 'int' |
4 | 2 | [[#3c3d2080]] | 'cmd' |
4 | 3 | [[#3c3d2080]] | 'cmd' |
4 | 4 | [[#3c3d2080]] | 'word' |