Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 80 | libraries/joomla/installer/adapters/component.php |
2 | 3 | 450 | libraries/joomla/installer/adapters/component.php |
3 | 3 | 1329 | libraries/joomla/installer/adapters/component.php |
| ||||
// Set the installation target paths $this->parent->setPath('extension_site', JPath::clean(JPATH_SITE . DS . "components" . DS . $this->get('element'))); $this->parent->setPath('extension_administrator', JPath::clean(JPATH_ADMINISTRATOR . DS . "components" . DS . $this->get('element'))); $this->parent->setPath('extension_root', $this->parent->getPath('extension_administrator')); // copy this as its used as a common base |
| ||||
// Set the installation target paths $this->parent->setPath('extension_site', JPath::clean(JPATH_SITE . DS . "components" . DS . $this->get('element'))); $this->parent->setPath('extension_administrator', JPath::clean(JPATH_ADMINISTRATOR . DS . "components" . DS . $this->get('element'))); $this->parent->setPath('extension_root', $this->parent->getPath('extension_administrator')); // copy this as its used as a common base |
| ||||
// Set the installation target paths $this->parent->setPath('extension_site', JPath::clean(JPATH_SITE . DS . "components" . DS . $this->get('element'))); $this->parent->setPath('extension_administrator', JPath::clean(JPATH_ADMINISTRATOR . DS . "components" . DS . $this->get('element'))); $this->parent->setPath('extension_root', $this->parent->getPath('extension_administrator')); // copy this as its used as a common base |
| |||
// Set the installation target paths $this->parent->setPath('extension_site',JPath::clean(JPATH_SITE . DS . "components" . DS . $this->get('element'))); $this->parent->setPath('extension_administrator',JPath::clean(JPATH_ADMINISTRATOR . DS . "components" . DS . $this->get('element'))); $this->parent->setPath('extension_root',$this->parent->getPath('extension_administrator')); // copy this as its used as a common base |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |