CloneSet869


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1420.980if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11326
libraries/joomla/installer/adapters/component.php
21682
libraries/joomla/installer/adapters/component.php
311441
libraries/joomla/installer/adapters/component.php
41445
libraries/joomla/installer/adapters/plugin.php
Clone Instance
1
Line Count
1
Source Line
326
Source File
libraries/joomla/installer/adapters/component.php

                if ($this->parent->manifestClass
                    &&                              method_exists($this->parent->manifestClass ,'install')) $this->parent->manifestClass->install($this);


Clone Instance
2
Line Count
1
Source Line
682
Source File
libraries/joomla/installer/adapters/component.php

                if ($this->parent->manifestClass
                    &&                              method_exists($this->parent->manifestClass ,'update')) $this->parent->manifestClass->update($this);


Clone Instance
3
Line Count
1
Source Line
1441
Source File
libraries/joomla/installer/adapters/component.php

                if ($this->parent->manifestClass
                    &&                              method_exists($this->parent->manifestClass ,'discover_install')) $this->parent->manifestClass->install($this);


Clone Instance
4
Line Count
1
Source Line
445
Source File
libraries/joomla/installer/adapters/plugin.php

                        if ($this->parent->manifestClass
                            &&                              method_exists($this->parent->manifestClass ,'uninstall')) $this->parent->manifestClass->uninstall($this);


Clone AbstractionParameter Count: 2Parameter Bindings

if ($this->parent->manifestClass
    && method_exists($this->parent->manifestClass , [[#variable3ebb3e40]]))
  $this->parent->manifestClass-> [[#variable3ebb3dc0]]($this);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3ebb3e40]]
'uninstall' 
12[[#3ebb3e40]]
'update' 
13[[#3ebb3e40]]
'discover_install' 
14[[#3ebb3e40]]
'install' 
21[[#3ebb3dc0]]
uninstall 
22[[#3ebb3dc0]]
update 
23[[#3ebb3dc0]]
install 
24[[#3ebb3dc0]]
install