CloneSet1214


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.993statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12151
libraries/joomla/html/html/access.php
22194
libraries/joomla/html/html/access.php
Clone Instance
1
Line Count
2
Source Line
151
Source File
libraries/joomla/html/html/access.php

                        // Setup  the variable attributes.
                        $eid=  $count
                               .      'group_'
                               .               $item->id;
                        $checked=  in_array($item->id ,$selected)
                                   ?                                ' checked="checked"'
                                   :                                                       '';


Clone Instance
2
Line Count
2
Source Line
194
Source File
libraries/joomla/html/html/access.php

                        // Setup  the variable attributes.
                        $eid=  $count
                               .      'action_'
                               .                $item->id;
                        $checked=  in_array($item->id ,$selected)
                                   ?                                ' checked="checked"'
                                   :                                                       '';


Clone AbstractionParameter Count: 1Parameter Bindings

// Setup  the variable attributes.
$eid=$count
     .  [[#variable21fece80]]
     . $item->id;
$checked=in_array($item->id ,$selected)
         ? ' checked="checked"'
         : '';
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21fece80]]
'action_' 
12[[#21fece80]]
'group_'