Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.983 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 205 | libraries/joomla/database/database.php |
2 | 4 | 215 | libraries/joomla/database/database.php |
| ||||
{ JError::setErrorHandling( E_ERROR ,'die'); //force error type to die $error= JError::raiseError(500, JTEXT::_('Unable to load Database Driver:') . $driver); return $error; } |
| ||||
{ JError::setErrorHandling( E_ERROR ,'ignore'); //force error type to die $error= JError::raiseError(500, JTEXT::_('Unable to connect to the database:') . $error); return $error; } |
| |||
{ JError::setErrorHandling( E_ERROR , [[#variable229a43e0]]); //force error type to die $error=JError::raiseError(500,JTEXT::_( [[#variable229a4340]]) . [[#variable229a4280]]); return $error; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#229a43e0]] | 'ignore' |
1 | 2 | [[#229a43e0]] | 'die' |
2 | 1 | [[#229a4340]] | 'Unable to connect to the database:' |
2 | 2 | [[#229a4340]] | 'Unable to load Database Driver:' |
3 | 1 | [[#229a4280]] | $error |
3 | 2 | [[#229a4280]] | $driver |