CloneSet930


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3310.976statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13160
libraries/joomla/html/html.php
23204
libraries/joomla/html/html.php
33239
libraries/joomla/html/html.php
Clone Instance
1
Line Count
3
Source Line
160
Source File
libraries/joomla/html/html.php

                if (strpos($url, 'http') !== 0) {
                        $url=  JURI::root(TRUE)
                               .                '/'
                               .                    $url;
                      }
                 ;


Clone Instance
2
Line Count
3
Source Line
204
Source File
libraries/joomla/html/html.php

                if (strpos($path, 'http') !== 0) {
                        $path=   JURI::root(TRUE)
                                 .                '/'
                                 .                    $path;
                      }
                 ;


Clone Instance
3
Line Count
3
Source Line
239
Source File
libraries/joomla/html/html.php

                if (strpos($path, 'http') !== 0) {
                        $path=  JURI::root(TRUE)
                                .                '/'
                                .                    $path;
                      }
                 ;


Clone AbstractionParameter Count: 1Parameter Bindings

if (strpos( [[#variable253e7680]],'http') !== 0) {
   [[#variable253e7680]]=JURI::root(TRUE)
                         . '/'
                         .  [[#variable253e7680]];
}
;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#253e7680]]
$path 
12[[#253e7680]]
$url 
13[[#253e7680]]
$path