CloneSet1070


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000foreach_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1240
libraries/joomla/form/fields/combo.php
2240
libraries/joomla/form/fields/radio.php
Clone Instance
1
Line Count
2
Source Line
40
Source File
libraries/joomla/form/fields/combo.php

                // Iterate through the children and build an array of options.
                foreach ($this->_element->children() as $option) {
                        $options[]=  JHtml::_('select.option', $option->attributes('value'), JText::_($option->data()));
                      }


Clone Instance
2
Line Count
2
Source Line
40
Source File
libraries/joomla/form/fields/radio.php

                // Get the options for the radio list.
                foreach ($this->_element->children() as $option) {
                        $options[]=  JHtml::_('select.option', $option->attributes('value'), JText::_($option->data()));
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Iterate through the children and build an array of options.
// Get the options for the radio list.
foreach ($this->_element->children() as $option) {
  $options[]=JHtml::_('select.option',$option->attributes('value'),JText::_($option->data()));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None