CloneSet1393


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.966statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11152
libraries/joomla/application/component/controller.php
21165
libraries/joomla/application/component/controller.php
Clone Instance
1
Line Count
1
Source Line
152
Source File
libraries/joomla/application/component/controller.php

                        // Define the controller filename and path.
                        $file=    self::_createFileName('controller', array( 'name' => $type, 'protocol' => $protocol
                                                                           ));


Clone Instance
2
Line Count
1
Source Line
165
Source File
libraries/joomla/application/component/controller.php

                        // Define the controller filename and path.
                        $file=    self::_createFileName('controller', array( 'name' => 'controller', 'protocol' => $protocol
                                                                           ));


Clone AbstractionParameter Count: 1Parameter Bindings

// Define the controller filename and path.
$file=self::_createFileName('controller',array( 'name' => [[#variable58ca7580]],
                                                'protocol' => $protocol
                                              ));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58ca7580]]
$type 
12[[#58ca7580]]
'controller'