Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.976 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 887 | libraries/joomla/form/form.php |
2 | 2 | 892 | libraries/joomla/form/form.php |
| ||||
// Get the fieldset label. if ($xml->attributes('label')) { $this->_fieldsets[$group]['label']= $xml->attributes('label'); } |
| ||||
// Get the fieldset description. if ($xml->attributes('description')) { $this->_fieldsets[$group]['description']= $xml->attributes('description'); } |
| |||
// Get the fieldset label. // Get the fieldset description. if ($xml->attributes( [[#variable52653840]])) { $this->_fieldsets[$group][ [[#variable52653840]]]=$xml->attributes( [[#variable52653840]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52653840]] | 'label' |
1 | 2 | [[#52653840]] | 'description' |