CloneSet1177


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
12135
libraries/joomla/application/helper.php
22144
libraries/joomla/application/helper.php
Clone Instance
1
Line Count
2
Source Line
135
Source File
libraries/joomla/application/helper.php

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


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

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


Clone AbstractionParameter Count: 1Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#23aeeb20]]
'.html.php' 
12[[#23aeeb20]]
'.php'