CloneSet1233


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.993if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14143
libraries/joomla/filesystem/archive.php
2446
libraries/joomla/registry/format.php
Clone Instance
1
Line Count
4
Source Line
143
Source File
libraries/joomla/filesystem/archive.php

                                if (file_exists($path)) {
                                        require_once ($path);
                                      }
                                else   {
                                        JError::raiseError(500,JText::_('Unable to load archive'));
                                      }


Clone Instance
2
Line Count
4
Source Line
46
Source File
libraries/joomla/registry/format.php

                                if (file_exists($path)) {
                                        require_once ($path);
                                      }
                                else   {
                                        JError::raiseError(500,JText::_('Unable to load format class'));
                                      }


Clone AbstractionParameter Count: 1Parameter Bindings

if (file_exists($path)) {
  require_once ($path);
}
else {
  JError::raiseError(500,JText::_( [[#variable228dfb80]]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#228dfb80]]
'Unable to load format class' 
12[[#228dfb80]]
'Unable to load archive'