Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.990 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 720 | libraries/joomla/installer/installer.php |
2 | 6 | 1186 | libraries/joomla/installer/installer.php |
| ||||
/* * Here we set the folder we are going to remove the files from. */ if ($client) { $pathname= 'extension_' . $client->name; $destination= $this->getPath($pathname); } else { $pathname= 'extension_root'; $destination= $this->getPath($pathname); } |
| ||||
if ($client) { $pathname= 'extension_' . $client->name; $source= $this->getPath($pathname); } else { $pathname= 'extension_root'; $source= $this->getPath($pathname); } |
| |||
/* * Here we set the folder we are going to remove the files from. */ if ($client) { $pathname='extension_' . $client->name; [[#variable46672660]]=$this->getPath($pathname); } else { $pathname='extension_root'; [[#variable46672660]]=$this->getPath($pathname); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46672660]] | $destination |
1 | 2 | [[#46672660]] | $source |