CloneSet198


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4701.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141477
libraries/joomla/installer/adapters/component.php
23323
libraries/joomla/installer/adapters/library.php
34401
libraries/joomla/installer/adapters/module.php
43421
libraries/joomla/installer/adapters/module.php
53543
libraries/joomla/installer/adapters/plugin.php
63565
libraries/joomla/installer/adapters/plugin.php
73325
libraries/joomla/installer/adapters/template.php
Clone Instance
1
Line Count
4
Source Line
1477
Source File
libraries/joomla/installer/adapters/component.php

                $this->parent->setPath('manifest', $manifestPath);

                $manifest_details=  JApplicationHelper::parseXMLInstallFile($this->parent->getPath('manifest'));
                $this->parent->extension->manifest_cache = serialize($manifest_details);


Clone Instance
2
Line Count
3
Source Line
323
Source File
libraries/joomla/installer/adapters/library.php

                $this->parent->setPath('manifest', $manifestPath);
                $manifest_details=  JApplicationHelper::parseXMLInstallFile($this->parent->getPath('manifest'));
                $this->parent->extension->manifest_cache = serialize($manifest_details);


Clone Instance
3
Line Count
4
Source Line
401
Source File
libraries/joomla/installer/adapters/module.php

                $this->parent->setPath('manifest', $manifestPath);
                $manifest_details=  JApplicationHelper::parseXMLInstallFile($this->parent->getPath('manifest'));
                // TODO: Re-evaluate this
                $this->parent->extension->manifest_cache = serialize($manifest_details);


Clone Instance
4
Line Count
3
Source Line
421
Source File
libraries/joomla/installer/adapters/module.php

                $this->parent->setPath('manifest', $manifestPath);
                $manifest_details=  JApplicationHelper::parseXMLInstallFile($this->parent->getPath('manifest'));
                $this->parent->extension->manifest_cache = serialize($manifest_details);


Clone Instance
5
Line Count
3
Source Line
543
Source File
libraries/joomla/installer/adapters/plugin.php

                $this->parent->setPath('manifest', $manifestPath);
                $manifest_details=  JApplicationHelper::parseXMLInstallFile($this->parent->getPath('manifest'));
                $this->parent->extension->manifest_cache = serialize($manifest_details);


Clone Instance
6
Line Count
3
Source Line
565
Source File
libraries/joomla/installer/adapters/plugin.php

                $this->parent->setPath('manifest', $manifestPath);
                $manifest_details=  JApplicationHelper::parseXMLInstallFile($this->parent->getPath('manifest'));
                $this->parent->extension->manifest_cache = serialize($manifest_details);


Clone Instance
7
Line Count
3
Source Line
325
Source File
libraries/joomla/installer/adapters/template.php

                $this->parent->setPath('manifest', $manifestPath);
                $manifest_details=  JApplicationHelper::parseXMLInstallFile($this->parent->getPath('manifest'));
                $this->parent->extension->manifest_cache = serialize($manifest_details);


Clone AbstractionParameter Count: 0Parameter Bindings

$this->parent->setPath('manifest',$manifestPath);
$manifest_details=JApplicationHelper::parseXMLInstallFile($this->parent->getPath('manifest'));
// TODO: Re-evaluate this
$this->parent->extension->manifest_cache =serialize($manifest_details);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None