Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.984 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 30 | components/com_content/views/category/view.feed.php |
2 | 2 | 34 | components/com_content/views/frontpage/view.feed.php |
| ||||
// Get some data from the model JRequest::setVar('limit', $mainframe->getCfg('feed_limit')); $category= &$this-> get('Category'); |
| ||||
// Get some data from the model JRequest::setVar('limit', $mainframe->getCfg('feed_limit')); $rows= &$this-> get('Data'); |
| |||
// Get some data from the model JRequest::setVar('limit',$mainframe->getCfg('feed_limit')); [[#variable523a01a0]]= &$this->get( [[#variable523a0f00]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#523a01a0]] | $category |
1 | 2 | [[#523a01a0]] | $rows |
2 | 1 | [[#523a0f00]] | 'Category' |
2 | 2 | [[#523a0f00]] | 'Data' |