Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 4 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 37 | libraries/joomla/form/fields/calendar.php |
2 | 2 | 38 | libraries/joomla/form/fields/categories.php |
3 | 2 | 61 | libraries/joomla/form/fields/editor.php |
4 | 2 | 36 | libraries/joomla/form/fields/textarea.php |
| ||||
$format= $this->_element->attributes('format'); $time= $this->_element->attributes('time'); |
| ||||
$extension= $this->_element->attributes('extension'); $published= $this->_element->attributes('published'); |
| ||||
$rows= $this->_element->attributes('rows'); $cols= $this->_element->attributes('cols'); |
| ||||
$rows= $this->_element->attributes('rows'); $cols= $this->_element->attributes('cols'); |
| |||
[[#variable227aaa20]]=$this->_element->attributes( [[#variable227aa960]]); [[#variable227aa9c0]]=$this->_element->attributes( [[#variable227aa980]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#227aaa20]] | $rows |
1 | 2 | [[#227aaa20]] | $extension |
1 | 3 | [[#227aaa20]] | $format |
1 | 4 | [[#227aaa20]] | $rows |
2 | 1 | [[#227aa960]] | 'rows' |
2 | 2 | [[#227aa960]] | 'extension' |
2 | 3 | [[#227aa960]] | 'format' |
2 | 4 | [[#227aa960]] | 'rows' |
3 | 1 | [[#227aa9c0]] | $cols |
3 | 2 | [[#227aa9c0]] | $published |
3 | 3 | [[#227aa9c0]] | $time |
3 | 4 | [[#227aa9c0]] | $cols |
4 | 1 | [[#227aa980]] | 'cols' |
4 | 2 | [[#227aa980]] | 'published' |
4 | 3 | [[#227aa980]] | 'time' |
4 | 4 | [[#227aa980]] | 'cols' |