Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.975 | or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 66 | administrator/components/com_templates/models/templates.php |
2 | 1 | 19 | administrator/modules/mod_logged/mod_logged.php |
| ||||
$limit= $mainframe->getUserStateFromRequest('global.list.limit', 'limit', $mainframe->getCfg('list_limit'), 'int') |
| ||||
// TODO - pagination needs to be completed in module $limit= $app->getUserStateFromRequest('limit', 'limit', $app->getCfg('list_limit'), 'int') |
| |||
// TODO - pagination needs to be completed in module $limit= [[#variable5134f680]]->getUserStateFromRequest( [[#variable5134f6c0]],'limit', [[#variable5134f680]]->getCfg('list_limit'),'int') |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5134f680]] | $mainframe |
1 | 2 | [[#5134f680]] | $app |
2 | 1 | [[#5134f6c0]] | 'global.list.limit' |
2 | 2 | [[#5134f6c0]] | 'limit' |