Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.977 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 343 | libraries/joomla/installer/adapters/component.php |
2 | 4 | 208 | libraries/joomla/installer/adapters/language.php |
3 | 4 | 345 | libraries/joomla/installer/adapters/language.php |
| ||||
$row->set('protected', 0); $row->set('access', 0); $row->set('client_id', 0); $row->set('params', $this->parent->getParams()); |
| ||||
$row->set('protected', 0); $row->set('access', 0); $row->set('client_id', $clientId); $row->set('params', $this->parent->getParams()); |
| ||||
$row->set('protected', 0); $row->set('access', 0); $row->set('client_id', $clientId); $row->set('params', $this->parent->getParams()); |
| |||
$row->set('protected',0); $row->set('access',0); $row->set('client_id', [[#variable23bc1300]]); $row->set('params',$this->parent->getParams()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23bc1300]] | $clientId |
1 | 2 | [[#23bc1300]] | 0 |
1 | 3 | [[#23bc1300]] | $clientId |