CloneSet1366


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.992if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14281
libraries/joomla/document/document.php
24744
libraries/joomla/document/document.php
Clone Instance
1
Line Count
4
Source Line
281
Source File
libraries/joomla/document/document.php

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


Clone Instance
2
Line Count
4
Source Line
744
Source File
libraries/joomla/document/document.php

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


Clone AbstractionParameter Count: 1Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#524cde20]]
'Unable to load renderer class' 
12[[#524cde20]]
'Unable to load document class'