CloneSet1767


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1341
administrator/includes/router.php
2477
includes/router.php
Clone Instance
1
Line Count
3
Source Line
41
Source File
administrator/includes/router.php

                //Create the URI object
                $uri= & parent::build($url);
                // Get the path data
                $route=  $uri->getPath();


Clone Instance
2
Line Count
4
Source Line
77
Source File
includes/router.php

                $uri=  &parent::build($url);

                // Get the path data
                $route=  $uri->getPath();


Clone AbstractionParameter Count: 0Parameter Bindings

//Create the URI object
$uri= &parent::build($url);
// Get the path data
$route=$uri->getPath();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None