| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 3 | 3 | 0.969 | if_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 44 | administrator/components/com_templates/views/prevuuw/view.html.php |
| 2 | 2 | 60 | administrator/components/com_templates/views/template/view.html.php |
| 3 | 2 | 89 | plugins/user/joomla.php |
| ||||
if (!$template)
{
return JError::raiseWarning(500, JText::_('Template not specified'));
}
|
| ||||
if (!$template) {
return JError::raiseWarning(500, JText::_('Template not specified'));
}
|
| ||||
if (!$result) {
return JError::raiseWarning(401, JText::_('JError_Login_denied'));
}
|
| |||
if (! [[#variable20ec42a0]]) {
return JError::raiseWarning( [[#variable20ec41e0]],JText::_( [[#variable20ec4240]]));
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#20ec42a0]] | $template |
| 1 | 2 | [[#20ec42a0]] | $result |
| 1 | 3 | [[#20ec42a0]] | $template |
| 2 | 1 | [[#20ec41e0]] | 500 |
| 2 | 2 | [[#20ec41e0]] | 401 |
| 2 | 3 | [[#20ec41e0]] | 500 |
| 3 | 1 | [[#20ec4240]] | 'Template not specified' |
| 3 | 2 | [[#20ec4240]] | 'JError_Login_denied' |
| 3 | 3 | [[#20ec4240]] | 'Template not specified' |