CloneSet1741


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14725
libraries/joomla/application/component/controller.php
24610
libraries/joomla/application/component/view.php
Clone Instance
1
Line Count
4
Source Line
725
Source File
libraries/joomla/application/component/controller.php

                // clear out the prior search dirs
                $this->_path[$type]=  array();

                // actually add the user-specified directories
                $this->_addPath($type, $path);


Clone Instance
2
Line Count
4
Source Line
610
Source File
libraries/joomla/application/component/view.php

                // clear out the prior search dirs
                $this->_path[$type]=  array();

                // actually add the user-specified directories
                $this->_addPath($type, $path);


Clone AbstractionParameter Count: 0Parameter Bindings

// clear out the prior search dirs
$this->_path[$type]=array();
// actually add the user-specified directories
$this->_addPath($type,$path);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None