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.965 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 81 | libraries/joomla/form/formfield.php |
2 | 1 | 98 | libraries/joomla/form/formfield.php |
| ||||
// Set the required and validate options. $this->required = ($xml->attributes('required') == 'true' || $xml->attributes('required') == 'required'); |
| ||||
// Set the multiple values option. $this->multiple = ($xml->attributes('multiple') == 'true' || $xml->attributes('multiple') == 'multiple'); |
| |||
// Set the multiple values option. // Set the required and validate options. $this-> [[#variable513304a0]]=($xml->attributes( [[#variable51330440]]) == 'true' || $xml->attributes( [[#variable51330440]]) == [[#variable51330440]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#513304a0]] | multiple |
1 | 2 | [[#513304a0]] | required |
2 | 1 | [[#51330440]] | 'multiple' |
2 | 2 | [[#51330440]] | 'required' |