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.959 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 89 | administrator/includes/application.php |
2 | 4 | 37 | includes/router.php |
| ||||
{ //forward to https $uri->setScheme('https'); $this->redirect($uri->toString()); } |
| ||||
{ //forward to https $uri->setScheme('https'); $app->redirect($uri->toString()); } |
| |||
{ //forward to https $uri->setScheme('https'); [[#variable52369c20]]->redirect($uri->toString()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52369c20]] | $this |
1 | 2 | [[#52369c20]] | $app |