| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 13 | 4 | 0.953 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 38 | administrator/components/com_weblinks/models/fields/ordering.php |
| 2 | 1 | 56 | libraries/joomla/form/fields/combo.php |
| 3 | 1 | 58 | libraries/joomla/form/fields/combo.php |
| 4 | 1 | 59 | libraries/joomla/form/fields/combo.php |
| 5 | 1 | 36 | libraries/joomla/form/fields/file.php |
| 6 | 1 | 37 | libraries/joomla/form/fields/file.php |
| 7 | 1 | 38 | libraries/joomla/form/fields/file.php |
| 8 | 1 | 36 | libraries/joomla/form/fields/hidden.php |
| 9 | 1 | 52 | libraries/joomla/form/fields/media.php |
| 10 | 1 | 53 | libraries/joomla/form/fields/media.php |
| 11 | 1 | 36 | libraries/joomla/form/fields/password.php |
| 12 | 1 | 37 | libraries/joomla/form/fields/password.php |
| 13 | 1 | 38 | libraries/joomla/form/fields/textarea.php |
| ||||
$class= $this->_element->attributes('class')
? 'class="'
. $this->_element->attributes('class')
. '"'
: 'class="inputbox"';
|
| ||||
$size= $this->_element->attributes('size')
? ' size="'
. $this->_element->attributes('size')
. '"'
: '';
|
| ||||
$onchange= $this->_element->attributes('onchange')
? ' onchange="'
. $this->_element->attributes('onchange')
. '"'
: '';
|
| ||||
$class= $this->_element->attributes('class')
? ' class="'
. $this->_element->attributes('class')
. '"'
: ' class="combobox"';
|
| ||||
$size= $this->_element->attributes('size')
? ' size="'
. $this->_element->attributes('size')
. '"'
: '';
|
| ||||
$class= $this->_element->attributes('class')
? 'class="'
. $this->_element->attributes('class')
. '"'
: 'class="text_area"';
|
| ||||
$onchange= $this->_element->attributes('onchange')
? ' onchange="'
. $this->_element->attributes('onchange')
. '"'
: '';
|
| ||||
$class= $this->_element->attributes('class')
? 'class="'
. $this->_element->attributes('class')
. '"'
: '';
|
| ||||
$size= $this->_element->attributes('size')
? 'size="'
. $this->_element->attributes('size')
. '"'
: '';
|
| ||||
$class= $this->_element->attributes('class')
? 'class="'
. $this->_element->attributes('class')
. '"'
: '';
|
| ||||
$size= $this->_element->attributes('size')
? 'size="'
. $this->_element->attributes('size')
. '"'
: '';
|
| ||||
$class= $this->_element->attributes('class')
? 'class="'
. $this->_element->attributes('class')
. '"'
: 'class="text_area"';
|
| ||||
$class= $this->_element->attributes('class')
? 'class="'
. $this->_element->attributes('class')
. '"'
: 'class="text_area"';
|
| |||
[[#variable3ec2df40]]=$this->_element->attributes( [[#variable3ec2df00]]) ? [[#variable3ec2de40]] . $this->_element->attributes( [[#variable3ec2df00]]) . '"' : [[#variable3ec2dec0]]; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#3ec2df40]] | $class |
| 1 | 2 | [[#3ec2df40]] | $size |
| 1 | 3 | [[#3ec2df40]] | $onchange |
| 1 | 4 | [[#3ec2df40]] | $class |
| 1 | 5 | [[#3ec2df40]] | $size |
| 1 | 6 | [[#3ec2df40]] | $class |
| 1 | 7 | [[#3ec2df40]] | $class |
| 1 | 8 | [[#3ec2df40]] | $class |
| 1 | 9 | [[#3ec2df40]] | $class |
| 1 | 10 | [[#3ec2df40]] | $size |
| 1 | 11 | [[#3ec2df40]] | $size |
| 1 | 12 | [[#3ec2df40]] | $onchange |
| 1 | 13 | [[#3ec2df40]] | $class |
| 2 | 1 | [[#3ec2df00]] | 'class' |
| 2 | 2 | [[#3ec2df00]] | 'size' |
| 2 | 3 | [[#3ec2df00]] | 'onchange' |
| 2 | 4 | [[#3ec2df00]] | 'class' |
| 2 | 5 | [[#3ec2df00]] | 'size' |
| 2 | 6 | [[#3ec2df00]] | 'class' |
| 2 | 7 | [[#3ec2df00]] | 'class' |
| 2 | 8 | [[#3ec2df00]] | 'class' |
| 2 | 9 | [[#3ec2df00]] | 'class' |
| 2 | 10 | [[#3ec2df00]] | 'size' |
| 2 | 11 | [[#3ec2df00]] | 'size' |
| 2 | 12 | [[#3ec2df00]] | 'onchange' |
| 2 | 13 | [[#3ec2df00]] | 'class' |
| 3 | 1 | [[#3ec2de40]] | 'class="' |
| 3 | 2 | [[#3ec2de40]] | ' size="' |
| 3 | 3 | [[#3ec2de40]] | ' onchange="' |
| 3 | 4 | [[#3ec2de40]] | 'class="' |
| 3 | 5 | [[#3ec2de40]] | 'size="' |
| 3 | 6 | [[#3ec2de40]] | ' class="' |
| 3 | 7 | [[#3ec2de40]] | 'class="' |
| 3 | 8 | [[#3ec2de40]] | 'class="' |
| 3 | 9 | [[#3ec2de40]] | 'class="' |
| 3 | 10 | [[#3ec2de40]] | ' size="' |
| 3 | 11 | [[#3ec2de40]] | 'size="' |
| 3 | 12 | [[#3ec2de40]] | ' onchange="' |
| 3 | 13 | [[#3ec2de40]] | 'class="' |
| 4 | 1 | [[#3ec2dec0]] | 'class="text_area"' |
| 4 | 2 | [[#3ec2dec0]] | '' |
| 4 | 3 | [[#3ec2dec0]] | '' |
| 4 | 4 | [[#3ec2dec0]] | '' |
| 4 | 5 | [[#3ec2dec0]] | '' |
| 4 | 6 | [[#3ec2dec0]] | ' class="combobox"' |
| 4 | 7 | [[#3ec2dec0]] | 'class="inputbox"' |
| 4 | 8 | [[#3ec2dec0]] | 'class="text_area"' |
| 4 | 9 | [[#3ec2dec0]] | '' |
| 4 | 10 | [[#3ec2dec0]] | '' |
| 4 | 11 | [[#3ec2dec0]] | '' |
| 4 | 12 | [[#3ec2dec0]] | '' |
| 4 | 13 | [[#3ec2dec0]] | 'class="text_area"' |