Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.992 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 281 | libraries/joomla/document/document.php |
2 | 4 | 744 | libraries/joomla/document/document.php |
| ||||
if (file_exists($path)) { require_once $path; } else { JError::raiseError(500,JText::_('Unable to load document class')); } |
| ||||
if (file_exists($path)) { require_once $path; } else { JError::raiseError(500,JText::_('Unable to load renderer class')); } |
| |||
if (file_exists($path)) { require_once $path; } else { JError::raiseError(500,JText::_( [[#variable524cde20]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#524cde20]] | 'Unable to load renderer class' |
1 | 2 | [[#524cde20]] | 'Unable to load document class' |