Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.964 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 63 | libraries/joomla/form/fields/editor.php |
2 | 1 | 64 | libraries/joomla/form/fields/editor.php |
| ||||
$height= ($this->_element->attributes('height')) ? $this->_element->attributes('height') : '250'; |
| ||||
$width= ($this->_element->attributes('width')) ? $this->_element->attributes('width') : '100%'; |
| |||
[[#variable541a6d80]]=($this->_element->attributes( [[#variable541a6c80]])) ? $this->_element->attributes( [[#variable541a6c80]]) : [[#variable541a6cc0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#541a6d80]] | $height |
1 | 2 | [[#541a6d80]] | $width |
2 | 1 | [[#541a6c80]] | 'height' |
2 | 2 | [[#541a6c80]] | 'width' |
3 | 1 | [[#541a6cc0]] | '250' |
3 | 2 | [[#541a6cc0]] | '100%' |