Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 7 | 3 | 0.970 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 44 | administrator/components/com_modules/views/modules/view.html.php |
2 | 2 | 42 | administrator/components/com_templates/views/cssedit/view.html.php |
3 | 2 | 42 | administrator/components/com_templates/views/source/view.html.php |
4 | 2 | 55 | administrator/components/com_templates/views/template/view.html.php |
5 | 2 | 32 | administrator/components/com_templates/views/templates/view.html.php |
6 | 2 | 88 | components/com_content/views/category/view.html.php |
7 | 2 | 34 | components/com_users/views/profile/view.html.php |
| ||||
// Get data from the model $rows= &$this-> get('Data'); $total= &$this-> get('Total'); |
| ||||
$content= &$this->get('Data'); $client= &$this->get('Client'); |
| ||||
$content= &$this->get('Data'); $client= &$this->get('Client'); |
| ||||
$row= &$this->get('Data'); $params= &$this->get('Params'); |
| ||||
// Get data from the model $rows= &$this-> get('Data'); $total= &$this-> get('Total'); |
| ||||
// Get some data from the model $items= &$this-> get('Data'); $total= &$this-> get('Total'); |
| ||||
$data= &$this->get('Data'); $profile= &$this->get('Profile'); |
| |||
[[#variable46957500]]= &$this->get('Data'); [[#variable44b047c0]]= &$this->get( [[#variable469573c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46957500]] | $data |
1 | 2 | [[#46957500]] | // Get data from the model $rows |
1 | 3 | [[#46957500]] | $content |
1 | 4 | [[#46957500]] | // Get some data from the model $items |
1 | 5 | [[#46957500]] | $row |
1 | 6 | [[#46957500]] | // Get data from the model $rows |
1 | 7 | [[#46957500]] | $content |
2 | 1 | [[#44b047c0]] | $profile |
2 | 2 | [[#44b047c0]] | $total |
2 | 3 | [[#44b047c0]] | $client |
2 | 4 | [[#44b047c0]] | $total |
2 | 5 | [[#44b047c0]] | $params |
2 | 6 | [[#44b047c0]] | $total |
2 | 7 | [[#44b047c0]] | $client |
3 | 1 | [[#469573c0]] | 'Profile' |
3 | 2 | [[#469573c0]] | 'Total' |
3 | 3 | [[#469573c0]] | 'Client' |
3 | 4 | [[#469573c0]] | 'Total' |
3 | 5 | [[#469573c0]] | 'Params' |
3 | 6 | [[#469573c0]] | 'Total' |
3 | 7 | [[#469573c0]] | 'Client' |