Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 1 | 0.996 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 393 | libraries/joomla/installer/adapters/component.php |
2 | 5 | 737 | libraries/joomla/installer/adapters/component.php |
3 | 5 | 1462 | libraries/joomla/installer/adapters/component.php |
4 | 5 | 364 | libraries/joomla/installer/adapters/language.php |
| ||||
if ($this->parent->manifestClass && method_exists($this->parent->manifestClass ,'postflight')) $this->parent->manifestClass->postflight('install', $this); $msg.= ob_get_contents(); // append messages ob_end_clean(); if ($msg != '') { $this->parent->set('extension_message', $msg); } |
| ||||
if ($this->parent->manifestClass && method_exists($this->parent->manifestClass ,'postflight')) $this->parent->manifestClass->postflight('update', $this); $msg.= ob_get_contents(); // append messages ob_end_clean(); if ($msg != '') { $this->parent->set('extension_message', $msg); } |
| ||||
if ($this->parent->manifestClass && method_exists($this->parent->manifestClass ,'postflight')) $this->parent->manifestClass->postflight('discover_install', $this); $msg.= ob_get_contents(); // append messages ob_end_clean(); if ($msg != '') { $this->parent->set('extension_message', $msg); } |
| ||||
if ($this->parent->manifestClass && method_exists($this->parent->manifestClass ,'postflight')) $this->parent->manifestClass->postflight('update', $this); $msg.= ob_get_contents(); // append messages ob_end_clean(); if ($msg != '') { $this->parent->set('extension_message', $msg); } |
| |||
if ($this->parent->manifestClass && method_exists($this->parent->manifestClass ,'postflight')) $this->parent->manifestClass->postflight( [[#variable5161b120]],$this); $msg.=ob_get_contents(); // append messages ob_end_clean(); if ($msg != '') { $this->parent->set('extension_message',$msg); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5161b120]] | 'update' |
1 | 2 | [[#5161b120]] | 'install' |
1 | 3 | [[#5161b120]] | 'discover_install' |
1 | 4 | [[#5161b120]] | 'update' |