CloneSet1594


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.982statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121069
libraries/joomla/installer/installer.php
221084
libraries/joomla/installer/installer.php
Clone Instance
1
Line Count
2
Source Line
1069
Source File
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;


Clone Instance
2
Line Count
2
Source Line
1084
Source File
libraries/joomla/installer/installer.php

                                                /*
                                                 * 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;


Clone AbstractionParameter Count: 2Parameter Bindings

/*
                                         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58ea59a0]]
'File does not exist' 
12[[#58ea59a0]]
'WARNSAME' 
21[[#58ea5960]]
$filesource 
22[[#58ea5960]]
$filedest