CloneSet1326


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.985case
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13121
libraries/joomla/application/helper.php
23125
libraries/joomla/application/helper.php
Clone Instance
1
Line Count
3
Source Line
121
Source File
libraries/joomla/application/helper.php

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


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

                        case 'toolbar_html':
                                $result=  JApplicationHelper::_checkPath(DS
                                                                         .  'components'
                                                                         .               DS
                                                                         .                   $user_option
                                                                         .                                 DS
                                                                         .                                    'toolbar.'
                                                                         .                                                $name
                                                                         .                                                       '.html.php', -1);
                                break;


Clone AbstractionParameter Count: 2Parameter Bindings

case [[#variable53d7ec00]]:
  $result=JApplicationHelper::_checkPath(DS
                                         . 'components'
                                         . DS
                                         . $user_option
                                         . DS
                                         . 'toolbar.'
                                         . $name
                                         .  [[#variable53d7ec20]],-1);
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53d7ec00]]
'toolbar_html' 
12[[#53d7ec00]]
'toolbar' 
21[[#53d7ec20]]
'.html.php' 
22[[#53d7ec20]]
'.php'