Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.981 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 779 | libraries/joomla/installer/adapters/component.php |
2 | 1 | 780 | libraries/joomla/installer/adapters/component.php |
| ||||
// Get the admin and site paths for the component $this->parent->setPath('extension_administrator', JPath::clean(JPATH_ADMINISTRATOR . DS . 'components' . DS . $row->element)); |
| ||||
$this->parent->setPath('extension_site', JPath::clean(JPATH_SITE . DS . 'components' . DS . $row->element)); |
| |||
// Get the admin and site paths for the component $this->parent->setPath( [[#variable511cf7c0]],JPath::clean( [[#variable511cf740]] . DS . 'components' . DS . $row->element)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#511cf7c0]] | 'extension_site' |
1 | 2 | [[#511cf7c0]] | 'extension_administrator' |
2 | 1 | [[#511cf740]] | JPATH_SITE |
2 | 2 | [[#511cf740]] | JPATH_ADMINISTRATOR |