CloneSet1832


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.989statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14157
includes/router.php
24279
includes/router.php
Clone Instance
1
Line Count
4
Source Line
157
Source File
includes/router.php

                $route=  $uri->getPath();

                //Get the variables from the uri
                $vars=  $uri->getQuery(TRUE);


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

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

                // Get the query data
                $query=  $uri->getQuery(TRUE);


Clone AbstractionParameter Count: 1Parameter Bindings

// Get the route
$route=$uri->getPath();
 [[#variable44e20a20]]=$uri->getQuery(TRUE);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#44e20a20]]
// Get the query data
$query 
12[[#44e20a20]]
//Get the variables from the uri
$vars