Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.980 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 326 | libraries/joomla/installer/adapters/component.php |
2 | 1 | 682 | libraries/joomla/installer/adapters/component.php |
3 | 1 | 1441 | libraries/joomla/installer/adapters/component.php |
4 | 1 | 445 | libraries/joomla/installer/adapters/plugin.php |
| ||||
if ($this->parent->manifestClass && method_exists($this->parent->manifestClass ,'install')) $this->parent->manifestClass->install($this); |
| ||||
if ($this->parent->manifestClass && method_exists($this->parent->manifestClass ,'update')) $this->parent->manifestClass->update($this); |
| ||||
if ($this->parent->manifestClass && method_exists($this->parent->manifestClass ,'discover_install')) $this->parent->manifestClass->install($this); |
| ||||
if ($this->parent->manifestClass && method_exists($this->parent->manifestClass ,'uninstall')) $this->parent->manifestClass->uninstall($this); |
| |||
if ($this->parent->manifestClass && method_exists($this->parent->manifestClass , [[#variable3ebb3e40]])) $this->parent->manifestClass-> [[#variable3ebb3dc0]]($this); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3ebb3e40]] | 'uninstall' |
1 | 2 | [[#3ebb3e40]] | 'update' |
1 | 3 | [[#3ebb3e40]] | 'discover_install' |
1 | 4 | [[#3ebb3e40]] | 'install' |
2 | 1 | [[#3ebb3dc0]] | uninstall |
2 | 2 | [[#3ebb3dc0]] | update |
2 | 3 | [[#3ebb3dc0]] | install |
2 | 4 | [[#3ebb3dc0]] | install |