CloneSet1102


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2250.970statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12180
libraries/joomla/environment/uri.php
22182
libraries/joomla/environment/uri.php
Clone Instance
1
Line Count
2
Source Line
180
Source File
libraries/joomla/environment/uri.php

                                $theURI=  str_replace('"', '"',$theURI);
                                $theURI=  str_replace('<', '&lt;',$theURI);


Clone Instance
2
Line Count
2
Source Line
182
Source File
libraries/joomla/environment/uri.php

                                $theURI=  str_replace('>', '&gt;',$theURI);
                                $theURI=  preg_replace('/eval\\((.*)\\)/','',$theURI);


Clone AbstractionParameter Count: 5Parameter Bindings

$theURI=str_replace( [[#variable3e5d2b00]], [[#variable3e5d2aa0]],$theURI);
$theURI= [[#variable3ea74ce0]]( [[#variable3e5d29a0]], [[#variable3e5d2a40]],$theURI);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3e5d2b00]]
'"' 
12[[#3e5d2b00]]
'>' 
21[[#3e5d2aa0]]
'&quot;' 
22[[#3e5d2aa0]]
'&gt;' 
31[[#3ea74ce0]]
str_replace 
32[[#3ea74ce0]]
preg_replace 
41[[#3e5d29a0]]
'<' 
42[[#3e5d29a0]]
'/eval\\((.*)\\)/' 
51[[#3e5d2a40]]
'&lt;' 
52[[#3e5d2a40]]
''