Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.958 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 235 | includes/router.php |
2 | 1 | 293 | includes/router.php |
| ||||
// Handle component route $component= preg_replace('/[^A-Z0-9_\\.-]/i','', $this->_vars['option']); |
| ||||
/* * Build the component route */ $component= preg_replace('/[^A-Z0-9_\\.-]/i','', $query['option']); |
| |||
// Handle component route /* * Build the component route */ $component=preg_replace('/[^A-Z0-9_\\.-]/i','', [[#variable44bc4d20]]['option']); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#44bc4d20]] | $this->_vars |
1 | 2 | [[#44bc4d20]] | $query |