CloneSet719


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3530.958statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13284
components/com_contact/controller.php
27219
libraries/joomla/filesystem/folder.php
34259
libraries/joomla/filesystem/folder.php
43658
libraries/joomla/installer/installer.php
541316
libraries/joomla/installer/installer.php
Clone Instance
1
Line Count
3
Source Line
284
Source File
components/com_contact/controller.php

                       {
                        JError::raiseWarning('SOME_ERROR_CODE', 'ContactController::vCard: '
                                                                .                            JText::_('ALERTNOTAUTH'));
                        return FALSE;
                      }


Clone Instance
2
Line Count
7
Source Line
219
Source File
libraries/joomla/filesystem/folder.php

                                                         {
                                        // Return false for JFolder::create because the path to be created is not in open_basedir
                                        JError::raiseWarning(
                                                'SOME_ERROR_CODE',
                                                'JFolder::create: '
                                                .                     JText::_('Path not in open_basedir paths'));
                                        return FALSE;
                                      }


Clone Instance
3
Line Count
4
Source Line
259
Source File
libraries/joomla/filesystem/folder.php

                            {
                        // Bad programmer! Bad Bad programmer!
                        JError::raiseWarning(500, 'JFolder::delete: '
                                                  .                     JText::_('Attempt to delete base directory'));
                        return FALSE;
                      }


Clone Instance
4
Line Count
3
Source Line
658
Source File
libraries/joomla/installer/installer.php

                                                       {
                                        JError::raiseWarning(1, 'JInstaller::installer: '
                                                                .                          JText::_('SQL File Buffer Read Error'));
                                        return FALSE;
                                      }


Clone Instance
5
Line Count
4
Source Line
1316
Source File
libraries/joomla/installer/installer.php

                       {
                        // No xml files were found in the install folder
                        JError::raiseWarning(1, 'JInstaller::install: '
                                                .                       JText::_('ERRORXMLSETUP'));
                        return FALSE;
                      }


Clone AbstractionParameter Count: 3Parameter Bindings

{
  // No xml files were found in the install folder
  // Return false for JFolder::create because the path to be created is not in open_basedir
  // Bad programmer! Bad Bad programmer!
  JError::raiseWarning( [[#variable58f629e0]], [[#variable58f62980]]
                                              . JText::_( [[#variable58f62960]]));
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58f629e0]]
1 
12[[#58f629e0]]
1 
13[[#58f629e0]]
'SOME_ERROR_CODE' 
14[[#58f629e0]]
500 
15[[#58f629e0]]
'SOME_ERROR_CODE' 
21[[#58f62980]]
'JInstaller::installer: ' 
22[[#58f62980]]
'JInstaller::install: ' 
23[[#58f62980]]
'JFolder::create: ' 
24[[#58f62980]]
'JFolder::delete: ' 
25[[#58f62980]]
'ContactController::vCard: ' 
31[[#58f62960]]
'SQL File Buffer Read Error' 
32[[#58f62960]]
'ERRORXMLSETUP' 
33[[#58f62960]]
'Path not in open_basedir paths' 
34[[#58f62960]]
'Attempt to delete base directory' 
35[[#58f62960]]
'ALERTNOTAUTH'