CloneSet301


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3301.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1380
libraries/joomla/installer/adapters/component.php
23450
libraries/joomla/installer/adapters/component.php
331329
libraries/joomla/installer/adapters/component.php
Clone Instance
1
Line Count
3
Source Line
80
Source File
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


Clone Instance
2
Line Count
3
Source Line
450
Source File
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


Clone Instance
3
Line Count
3
Source Line
1329
Source File
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


Clone AbstractionParameter Count: 0Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None