CloneSet2029


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.976if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14389
libraries/joomla/html/parameter.php
24225
libraries/joomla/html/toolbar.php
Clone Instance
1
Line Count
4
Source Line
389
Source File
libraries/joomla/html/parameter.php

                        if ( isset ($this->_elementPath)) {
                                $dirs=  $this->_elementPath;
                              }
                        else   {
                                $dirs=  array();
                              }


Clone Instance
2
Line Count
4
Source Line
225
Source File
libraries/joomla/html/toolbar.php

                        if ( isset ($this->_buttonPath)) {
                                $dirs=  $this->_buttonPath;
                              }
                        else   {
                                $dirs=  array();
                              }


Clone AbstractionParameter Count: 1Parameter Bindings

if ( isset ($this-> [[#variable45f9aee0]])) {
  $dirs=$this-> [[#variable45f9aee0]];
}
else {
  $dirs=array();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#45f9aee0]]
_elementPath 
12[[#45f9aee0]]
_buttonPath