Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.982 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1069 | libraries/joomla/installer/installer.php |
2 | 2 | 1084 | libraries/joomla/installer/installer.php |
| ||||
/* * The source file does not exist. Nothing to copy so set an error * and return false. */ JError::raiseWarning(1, 'JInstaller::install: ' . JText::sprintf('File does not exist', $filesource)); return FALSE; |
| ||||
/* * The destination file already exists and the overwrite flag is false. * Set an error and return false. */ JError::raiseWarning(1, 'JInstaller::install: ' . JText::sprintf('WARNSAME', $filedest)); return FALSE; |
| |||
/* * The source file does not exist. Nothing to copy so set an error * and return false. */ /* * The destination file already exists and the overwrite flag is false. * Set an error and return false. */ JError::raiseWarning(1,'JInstaller::install: ' . JText::sprintf( [[#variable58ea59a0]], [[#variable58ea5960]])); return FALSE; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58ea59a0]] | 'File does not exist' |
1 | 2 | [[#58ea59a0]] | 'WARNSAME' |
2 | 1 | [[#58ea5960]] | $filesource |
2 | 2 | [[#58ea5960]] | $filedest |