CloneSet379


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6510.987statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1638
libraries/joomla/html/toolbar/button/confirm.php
2637
libraries/joomla/html/toolbar/button/help.php
3637
libraries/joomla/html/toolbar/button/link.php
4639
libraries/joomla/html/toolbar/button/popup.php
5637
libraries/joomla/html/toolbar/button/standard.php
Clone Instance
1
Line Count
6
Source Line
38
Source File
libraries/joomla/html/toolbar/button/confirm.php

                $html.=  "<span class=\"$class\" title=\"$text\">\n";
                $html.=  "</span>\n";
                $html.=    "$text\n";
                $html.=    "</a>\n";

                return $html;


Clone Instance
2
Line Count
6
Source Line
37
Source File
libraries/joomla/html/toolbar/button/help.php

                $html.=  "<span class=\"$class\" title=\"$text\">\n";
                $html.=  "</span>\n";
                $html.=    "$text\n";
                $html.=    "</a>\n";

                return $html;


Clone Instance
3
Line Count
6
Source Line
37
Source File
libraries/joomla/html/toolbar/button/link.php

                $html.=  "<span class=\"$class\" title=\"$text\">\n";
                $html.=  "</span>\n";
                $html.=    "$text\n";
                $html.=    "</a>\n";

                return $html;


Clone Instance
4
Line Count
6
Source Line
39
Source File
libraries/joomla/html/toolbar/button/popup.php

                $html.=  "<span class=\"$class\" title=\"$text\">\n";
                $html.=  "</span>\n";
                $html.=    "$text\n";
                $html.=    "</a>\n";

                return $html;


Clone Instance
5
Line Count
6
Source Line
37
Source File
libraries/joomla/html/toolbar/button/standard.php

                $html.=  "<span class=\"$class\" title=\"$i18n_text\">\n";
                $html.=  "</span>\n";
                $html.=    "$i18n_text\n";
                $html.=    "</a>\n";

                return $html;


Clone AbstractionParameter Count: 1Parameter Bindings

$html.= "<span class=\"$class\" title=\" [[#variable53d65800]]\">\n";
$html.="</span>\n";
$html.= " [[#variable53d65800]]\n";
$html.="</a>\n";
return $html;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53d65800]]
$text 
12[[#53d65800]]
$i18n_text 
13[[#53d65800]]
$text 
14[[#53d65800]]
$text 
15[[#53d65800]]
$text