Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 70 | libraries/joomla/installer/adapters/library.php |
2 | 8 | 51 | 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'); |
| ||||
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'); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |