| 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.984 | php_fragment |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 51 | administrator/components/com_menus/views/items/tmpl/default.php |
| 2 | 3 | 36 | administrator/components/com_redirect/views/links/tmpl/default.php |
| ||||
<?php echo JHtml::_('select.options', $this->f_levels ,'value', 'text', $this->state->get('filter.level'));?>
|
| ||||
<?php
echo JHtml::_('select.options', $this->filter_state ,'value', 'text', $this->state->get('filter.state'));
?>
|
| |||
<?php
echo JHtml::_('select.options',$this-> [[#variable523a2660]],'value','text',$this->state->get( [[#variable523a2640]]));
?>
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#523a2660]] | f_levels |
| 1 | 2 | [[#523a2660]] | filter_state |
| 2 | 1 | [[#523a2640]] | 'filter.level' |
| 2 | 2 | [[#523a2640]] | 'filter.state' |