CloneSet1966


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.989additive_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1166
libraries/joomla/form/fields/combo.php
2142
libraries/joomla/form/fields/text.php
Clone Instance
1
Line Count
1
Source Line
66
Source File
libraries/joomla/form/fields/combo.php

                           '<input type="text" name="'
                           .                           $this->inputName
                           .                                            '" id="'
                           .                                                     $this->inputId
                           .                                                                    '" value="'
                           .                                                                                htmlspecialchars($this->value)
                           .                                                                                                               '"'
                           .                                                                                                                   $class
                           .                                                                                                                          $size
                           .                                                                                                                                $readonly
                           .                                                                                                                                          $onchange


Clone Instance
2
Line Count
1
Source Line
42
Source File
libraries/joomla/form/fields/text.php

                       '<input type="text" name="'
                       .                           $this->inputName
                       .                                            '" id="'
                       .                                                     $this->inputId
                       .                                                                    '" value="'
                       .                                                                                htmlspecialchars($this->value)
                       .                                                                                                               '" '
                       .                                                                                                                    $class
                       .                                                                                                                           $size
                       .                                                                                                                                 $readonly
                       .                                                                                                                                           $onchange


Clone AbstractionParameter Count: 1Parameter Bindings

'<input type="text" name="'
. $this->inputName
. '" id="'
. $this->inputId
. '" value="'
. htmlspecialchars($this->value)
.  [[#variable489d9fe0]]
. $class
. $size
. $readonly
. $onchange
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#489d9fe0]]
'" ' 
12[[#489d9fe0]]
'"'