Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 2 | 0.982 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 30 | administrator/components/com_modules/classes/filter.php |
2 | 8 | 55 | administrator/components/com_modules/classes/filter.php |
3 | 8 | 80 | administrator/components/com_modules/classes/filter.php |
| ||||
$assigned= array_merge($assigned, $db->loadObjectList()); return JHtml::_( 'select.genericlist', $assigned, 'filter_assigned', array( 'list.attr' => 'class="inputbox" size="1" onchange="this.form.submit()"', 'list.select' => $selected )); |
| ||||
$positions= array_merge($positions, $db->loadObjectList()); return JHtml::_( 'select.genericlist', $positions, 'filter_position', array( 'list.attr' => 'class="inputbox" size="1" onchange="this.form.submit()"', 'list.select' => $selected )); |
| ||||
$types= array_merge($types, $db->loadObjectList()); return JHtml::_( 'select.genericlist', $types, 'filter_type', array( 'list.attr' => 'class="inputbox" size="1" onchange="this.form.submit()"', 'list.select' => $selected )); |
| |||
[[#variable51ef7540]]=array_merge( [[#variable51ef7540]],$db->loadObjectList()); return JHtml::_('select.genericlist', [[#variable51ef7540]], [[#variable51ef74c0]],array( 'list.attr' => 'class="inputbox" size="1" onchange="this.form.submit()"', 'list.select' => $selected )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51ef7540]] | $types |
1 | 2 | [[#51ef7540]] | $assigned |
1 | 3 | [[#51ef7540]] | $positions |
2 | 1 | [[#51ef74c0]] | 'filter_type' |
2 | 2 | [[#51ef74c0]] | 'filter_assigned' |
2 | 3 | [[#51ef74c0]] | 'filter_position' |