CloneSet802


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1870
libraries/joomla/installer/adapters/library.php
2851
libraries/joomla/installer/adapters/package.php
Clone Instance
1
Line Count
8
Source Line
70
Source File
libraries/joomla/installer/adapters/library.php

                if (is_a($description, 'JSimpleXMLElement')) {
                        $this->parent->set('message', $description->data());
                      }
                else   {
                        $this->parent->set('message', '');
                      }
                // Set the installation path
                $element=  &$this->manifest->getElementByPath('files');


Clone Instance
2
Line Count
8
Source Line
51
Source File
libraries/joomla/installer/adapters/package.php

                if (is_a($description, 'JSimpleXMLElement')) {
                        $this->parent->set('message', $description->data());
                      }
                else   {
                        $this->parent->set('message', '');
                      }
                // Set the installation path
                $element=  &$this->manifest->getElementByPath('files');


Clone AbstractionParameter Count: 0Parameter Bindings

if (is_a($description,'JSimpleXMLElement')) {
  $this->parent->set('message',$description->data());
}
else {
  $this->parent->set('message','');
}
// Set the installation path
$element= &$this->manifest->getElementByPath('files');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None