| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.992 | statement_block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 1090 | libraries/joomla/installer/installer.php |
| 2 | 3 | 1098 | libraries/joomla/installer/installer.php |
| ||||
{
JError::raiseWarning(1, 'JInstaller::install: '
. JText::sprintf('Failed to copy folder to', $filesource, $filedest));
return FALSE;
}
|
| ||||
{
JError::raiseWarning(1, 'JInstaller::install: '
. JText::sprintf('Failed to copy file to', $filesource, $filedest));
return FALSE;
}
|
| |||
{
JError::raiseWarning(1,'JInstaller::install: '
. JText::sprintf( [[#variable53654460]],$filesource,$filedest));
return FALSE;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#53654460]] | 'Failed to copy folder to' |
| 1 | 2 | [[#53654460]] | 'Failed to copy file to' |