CloneSet1353


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4330.963statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12149
administrator/components/com_templates/helpers/template.php
22116
libraries/joomla/filesystem/archive.php
34810
libraries/joomla/installer/adapters/component.php
Clone Instance
1
Line Count
2
Source Line
149
Source File
administrator/components/com_templates/helpers/template.php

                                JError::raiseWarning(500, JText::_('Template not found'));
                                return '';


Clone Instance
2
Line Count
2
Source Line
116
Source File
libraries/joomla/filesystem/archive.php

                                JError::raiseWarning(10, JText::_('UNKNOWNARCHIVETYPE'));
                                return FALSE;


Clone Instance
3
Line Count
4
Source Line
810
Source File
libraries/joomla/installer/adapters/component.php

                        // Raise a warning
                        JError::raiseWarning(100, JText::_('ERRORREMOVEMANUALLY'));

                        // Return
                        return FALSE;


Clone AbstractionParameter Count: 3Parameter Bindings

// Raise a warning
JError::raiseWarning( [[#variable58b41de0]],JText::_( [[#variable58b41dc0]]));
// Return
return [[#variable58b41e60]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58b41de0]]
100 
12[[#58b41de0]]
10 
13[[#58b41de0]]
500 
21[[#58b41dc0]]
'ERRORREMOVEMANUALLY' 
22[[#58b41dc0]]
'UNKNOWNARCHIVETYPE' 
23[[#58b41dc0]]
'Template not found' 
31[[#58b41e60]]
FALSE 
32[[#58b41e60]]
FALSE 
33[[#58b41e60]]
''