CloneSet1223


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.993statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12138
libraries/joomla/application/helper.php
22149
libraries/joomla/application/helper.php
Clone Instance
1
Line Count
2
Source Line
138
Source File
libraries/joomla/application/helper.php

                                        $path=  DS
                                                .  'components'
                                                .               DS
                                                .                   $user_option
                                                .                                 DS
                                                .                                     $name
                                                .                                            '.php';
                                        $result=  JApplicationHelper::_checkPath($path, -1);


Clone Instance
2
Line Count
2
Source Line
149
Source File
libraries/joomla/application/helper.php

                                $path=    DS
                                          .  'components'
                                          .               DS
                                          .                   $user_option
                                          .                                 DS
                                          .                                     $name
                                          .                                            '.functions.php';
                                $result=  JApplicationHelper::_checkPath($path, -1);


Clone AbstractionParameter Count: 1Parameter Bindings

$path=DS
      . 'components'
      . DS
      . $user_option
      . DS
      . $name
      .  [[#variable22653780]];
$result=JApplicationHelper::_checkPath($path,-1);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#22653780]]
'.functions.php' 
12[[#22653780]]
'.php'