Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | foreach_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 166 | administrator/components/com_config/controllers/application.php |
2 | 2 | 198 | administrator/components/com_config/controllers/application.php |
| ||||
foreach ($stores as $store) { $options[]= JHtml::_('select.option', $store, JText::_(ucfirst($store))); } |
| ||||
foreach ($stores as $store) { $options[]= JHtml::_('select.option', $store, JText::_(ucfirst($store))); } |
| |||
foreach ($stores as $store) { $options[]=JHtml::_('select.option',$store,JText::_(ucfirst($store))); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |