CloneSet1439


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.992or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111246
libraries/joomla/installer/adapters/component.php
211257
libraries/joomla/installer/adapters/component.php
Clone Instance
1
Line Count
1
Source Line
1246
Source File
libraries/joomla/installer/adapters/component.php

                            file_exists(JPATH_SITE
                                        .          DS
                                        .             'components'
                                        .                          DS
                                        .                             $component
                                        .                                        DS
                                        .                                           str_replace('com_','', $component)
                                        .                                                                              '.xml')


Clone Instance
2
Line Count
1
Source Line
1257
Source File
libraries/joomla/installer/adapters/component.php

                            file_exists(JPATH_ADMINISTRATOR
                                        .                   DS
                                        .                      'components'
                                        .                                   DS
                                        .                                      $component
                                        .                                                 DS
                                        .                                                    str_replace('com_','', $component)
                                        .                                                                                       '.xml')


Clone AbstractionParameter Count: 1Parameter Bindings

file_exists( [[#variable47bdf6c0]]
            . DS
            . 'components'
            . DS
            . $component
            . DS
            . str_replace('com_','',$component)
            . '.xml')
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#47bdf6c0]]
JPATH_SITE 
12[[#47bdf6c0]]
JPATH_ADMINISTRATOR