Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.989 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 157 | includes/router.php |
2 | 4 | 279 | includes/router.php |
| ||||
$route= $uri->getPath(); //Get the variables from the uri $vars= $uri->getQuery(TRUE); |
| ||||
// Get the route $route= $uri->getPath(); // Get the query data $query= $uri->getQuery(TRUE); |
| |||
// Get the route $route=$uri->getPath(); [[#variable44e20a20]]=$uri->getQuery(TRUE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#44e20a20]] | // Get the query data $query |
1 | 2 | [[#44e20a20]] | //Get the variables from the uri $vars |