CloneSet873


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

                        // Build the HTML for the item.
                        $html[]=  "\t<li>";
                        $html[]=  "\t\t<label for=\""
                                  .                           $eid
                                  .                                '">';
                        $html[]=  "\t\t\t<input type=\"checkbox\" name=\""
                                  .                                                    $name
                                  .                                                          '[]" value="'
                                  .                                                                        $item->id
                                  .                                                                                  '" id="'
                                  .                                                                                           $eid
                                  .                                                                                                '"';
                        $html[]=  "\t\t\t\t"
                                  .                               $checked
                                  .                                        $rel
                                  .                                             ' />';


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

                        // Build the HTML for the item.
                        $html[]=  "\t<li>";
                        $html[]=  "\t\t<label for=\""
                                  .                           $eid
                                  .                                '">';
                        $html[]=  "\t\t\t<input type=\"checkbox\" name=\""
                                  .                                                    $name
                                  .                                                          '[]" value="'
                                  .                                                                        $item->id
                                  .                                                                                  '" id="'
                                  .                                                                                           $eid
                                  .                                                                                                '"';
                        $html[]=  "\t\t\t\t"
                                  .                               $checked
                                  .                                        ' />';


Clone AbstractionParameter Count: 2Parameter Bindings

// Build the HTML for the item.
$html[]="\t<li>";
$html[]="\t\t<label for=\""
        . $eid
        . '">';
$html[]="\t\t\t<input type=\"checkbox\" name=\""
        . $name
        . '[]" value="'
        . $item->id
        . '" id="'
        . $eid
        . '"';
$html[]= [[#variable41dec6c0]]
        .  [[#variable238251e0]]
        . ' />';
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#41dec6c0]]
"\t\t\t\t" 
12[[#41dec6c0]]
"\t\t\t\t"
. $checked 
21[[#238251e0]]
$checked 
22[[#238251e0]]
$rel