Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.972 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 39 | administrator/components/com_weblinks/models/fields/ordering.php |
2 | 3 | 54 | libraries/joomla/form/fields/list.php |
| ||||
$disabled= $this->_element->attributes('disabled') == 'true' ? TRUE : FALSE; $readonly= $this->_element->attributes('readonly') == 'true' ? TRUE : FALSE; $attributes= $class; |
| ||||
$disabled= $this->_element->attributes('disabled') == 'true' ? TRUE : FALSE; $readonly= $this->_element->attributes('readonly') == 'true' ? TRUE : FALSE; $mult= ''; |
| |||
$disabled=$this->_element->attributes('disabled') == 'true' ? TRUE : FALSE; $readonly=$this->_element->attributes('readonly') == 'true' ? TRUE : FALSE; [[#variable21396400]]= [[#variable213963a0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21396400]] | $mult |
1 | 2 | [[#21396400]] | $attributes |
2 | 1 | [[#213963a0]] | '' |
2 | 2 | [[#213963a0]] | $class |