Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.997 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 63 | components/com_newsfeeds/models/category.php |
2 | 5 | 64 | components/com_search/models/search.php |
| ||||
$config= JFactory::getConfig(); // Get the pagination request variables $this->setState('limit', $mainframe->getUserStateFromRequest('com_newsfeeds.limit', 'limit', $config->getValue('config.list_limit'), 'int')); $this->setState('limitstart', JRequest::getVar('limitstart', 0, '', 'int')); |
| ||||
//Get configuration $config= JFactory::getConfig(); // Get the pagination request variables $this->setState('limit', $mainframe->getUserStateFromRequest('com_search.limit', 'limit', $config->getValue('config.list_limit'), 'int')); $this->setState('limitstart', JRequest::getVar('limitstart', 0, '', 'int')); |
| |||
//Get configuration $config=JFactory::getConfig(); // Get the pagination request variables $this->setState('limit',$mainframe->getUserStateFromRequest( [[#variable490fb460]],'limit',$config->getValue('config.list_limit'),'int')); $this->setState('limitstart',JRequest::getVar('limitstart',0,'','int')); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#490fb460]] | 'com_newsfeeds.limit' |
1 | 2 | [[#490fb460]] | 'com_search.limit' |