CloneSet1386


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000additive_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14120
libraries/joomla/html/html/select.php
24198
libraries/joomla/html/html/select.php
Clone Instance
1
Line Count
4
Source Line
120
Source File
libraries/joomla/html/html/select.php

                        $baseIndent
                        .             '<select'
                        .                         ($id !== ''
                                                   ?            ' id="'
                                                                .         $id
                                                                .               '"'
                                                   :                                  '')
                        . ' name="'
                        .             $name
                        .                     '"'
                        . $attribs
                        .            '>'
                        . $options['format.eol']


Clone Instance
2
Line Count
4
Source Line
198
Source File
libraries/joomla/html/html/select.php

                        $baseIndent
                        .             '<select'
                        .                         ($id !== ''
                                                   ?            ' id="'
                                                                .         $id
                                                                .               '"'
                                                   :                                  '')
                        . ' name="'
                        .             $name
                        .                     '"'
                        . $attribs
                        .            '>'
                        . $options['format.eol']


Clone AbstractionParameter Count: 0Parameter Bindings

$baseIndent
. '<select'
. ($id !== ''
   ? ' id="'
     . $id
     . '"'
   : '')
. ' name="'
. $name
. '"'
. $attribs
. '>'
. $options['format.eol']
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None