Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 8 | 1 | 0.993 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 171 | libraries/joomla/installer/adapters/component.php |
2 | 2 | 190 | libraries/joomla/installer/adapters/component.php |
3 | 2 | 546 | libraries/joomla/installer/adapters/component.php |
4 | 2 | 565 | libraries/joomla/installer/adapters/component.php |
5 | 2 | 172 | libraries/joomla/installer/adapters/language.php |
6 | 2 | 107 | libraries/joomla/installer/adapters/library.php |
7 | 2 | 89 | libraries/joomla/installer/adapters/package.php |
8 | 2 | 104 | libraries/joomla/installer/adapters/template.php |
| ||||
/* * Since we created the component directory and will want to remove it if we have to roll back * the installation, lets add it to the installation step stack */ if ($created) { $this->parent->pushStep(array( 'type' => 'folder', 'path' => $this->parent->getPath('extension_site') )); } |
| ||||
/* * Since we created the component admin directory and we will want to remove it if we have to roll * back the installation, lets add it to the installation step stack */ if ($created) { $this->parent->pushStep(array( 'type' => 'folder', 'path' => $this->parent->getPath('extension_administrator') )); } |
| ||||
/* * Since we created the component directory and will want to remove it if we have to roll back * the installation, lets add it to the installation step stack */ if ($created) { $this->parent->pushStep(array( 'type' => 'folder', 'path' => $this->parent->getPath('extension_site') )); } |
| ||||
/* * Since we created the component admin directory and we will want to remove it if we have to roll * back the installation, lets add it to the installation step stack */ if ($created) { $this->parent->pushStep(array( 'type' => 'folder', 'path' => $this->parent->getPath('extension_administrator') )); } |
| ||||
/* * If we created the language directory and will want to remove it if we * have to roll back the installation, lets add it to the installation * step stack */ if ($created) { $this->parent->pushStep(array( 'type' => 'folder', 'path' => $this->parent->getPath('extension_site') )); } |
| ||||
/* * If we created the plugin directory and will want to remove it if we * have to roll back the installation, lets add it to the installation * step stack */ if ($created) { $this->parent->pushStep(array( 'type' => 'folder', 'path' => $this->parent->getPath('extension_root') )); } |
| ||||
/* * If we created the plugin directory and will want to remove it if we * have to roll back the installation, lets add it to the installation * step stack */ if ($created) { $this->parent->pushStep(array( 'type' => 'folder', 'path' => $this->parent->getPath('extension_root') )); } |
| ||||
// If we created the template directory and will want to remove it if we have to roll back // the installation, lets add it to the installation step stack if ($created) { $this->parent->pushStep(array( 'type' => 'folder', 'path' => $this->parent->getPath('extension_root') )); } |
| |||
// If we created the template directory and will want to remove it if we have to roll back // the installation, lets add it to the installation step stack /* * If we created the language directory and will want to remove it if we * have to roll back the installation, lets add it to the installation * step stack */ /* * Since we created the component admin directory and we will want to remove it if we have to roll * back the installation, lets add it to the installation step stack */ /* * If we created the plugin directory and will want to remove it if we * have to roll back the installation, lets add it to the installation * step stack */ /* * Since we created the component directory and will want to remove it if we have to roll back * the installation, lets add it to the installation step stack */ if ($created) { $this->parent->pushStep(array( 'type' => 'folder', 'path' => $this->parent->getPath( [[#variable44be18a0]]) )); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#44be18a0]] | 'extension_root' |
1 | 2 | [[#44be18a0]] | 'extension_site' |
1 | 3 | [[#44be18a0]] | 'extension_administrator' |
1 | 4 | [[#44be18a0]] | 'extension_administrator' |
1 | 5 | [[#44be18a0]] | 'extension_root' |
1 | 6 | [[#44be18a0]] | 'extension_site' |
1 | 7 | [[#44be18a0]] | 'extension_site' |
1 | 8 | [[#44be18a0]] | 'extension_root' |