Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 3 | 0.958 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 284 | components/com_contact/controller.php |
2 | 7 | 219 | libraries/joomla/filesystem/folder.php |
3 | 4 | 259 | libraries/joomla/filesystem/folder.php |
4 | 3 | 658 | libraries/joomla/installer/installer.php |
5 | 4 | 1316 | libraries/joomla/installer/installer.php |
| ||||
{ JError::raiseWarning('SOME_ERROR_CODE', 'ContactController::vCard: ' . JText::_('ALERTNOTAUTH')); return FALSE; } |
| ||||
{ // Return false for JFolder::create because the path to be created is not in open_basedir JError::raiseWarning( 'SOME_ERROR_CODE', 'JFolder::create: ' . JText::_('Path not in open_basedir paths')); return FALSE; } |
| ||||
{ // Bad programmer! Bad Bad programmer! JError::raiseWarning(500, 'JFolder::delete: ' . JText::_('Attempt to delete base directory')); return FALSE; } |
| ||||
{ JError::raiseWarning(1, 'JInstaller::installer: ' . JText::_('SQL File Buffer Read Error')); return FALSE; } |
| ||||
{ // No xml files were found in the install folder JError::raiseWarning(1, 'JInstaller::install: ' . JText::_('ERRORXMLSETUP')); return FALSE; } |
| |||
{ // No xml files were found in the install folder // Return false for JFolder::create because the path to be created is not in open_basedir // Bad programmer! Bad Bad programmer! JError::raiseWarning( [[#variable58f629e0]], [[#variable58f62980]] . JText::_( [[#variable58f62960]])); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58f629e0]] | 1 |
1 | 2 | [[#58f629e0]] | 1 |
1 | 3 | [[#58f629e0]] | 'SOME_ERROR_CODE' |
1 | 4 | [[#58f629e0]] | 500 |
1 | 5 | [[#58f629e0]] | 'SOME_ERROR_CODE' |
2 | 1 | [[#58f62980]] | 'JInstaller::installer: ' |
2 | 2 | [[#58f62980]] | 'JInstaller::install: ' |
2 | 3 | [[#58f62980]] | 'JFolder::create: ' |
2 | 4 | [[#58f62980]] | 'JFolder::delete: ' |
2 | 5 | [[#58f62980]] | 'ContactController::vCard: ' |
3 | 1 | [[#58f62960]] | 'SQL File Buffer Read Error' |
3 | 2 | [[#58f62960]] | 'ERRORXMLSETUP' |
3 | 3 | [[#58f62960]] | 'Path not in open_basedir paths' |
3 | 4 | [[#58f62960]] | 'Attempt to delete base directory' |
3 | 5 | [[#58f62960]] | 'ALERTNOTAUTH' |