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.993 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 143 | libraries/joomla/filesystem/archive.php |
2 | 4 | 46 | libraries/joomla/registry/format.php |
| ||||
if (file_exists($path)) { require_once ($path); } else { JError::raiseError(500,JText::_('Unable to load archive')); } |
| ||||
if (file_exists($path)) { require_once ($path); } else { JError::raiseError(500,JText::_('Unable to load format class')); } |
| |||
if (file_exists($path)) { require_once ($path); } else { JError::raiseError(500,JText::_( [[#variable228dfb80]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#228dfb80]] | 'Unable to load format class' |
1 | 2 | [[#228dfb80]] | 'Unable to load archive' |