CloneSet364


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3820.980if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1363
administrator/components/com_users/helpers/html/filter.php
23452
libraries/joomla/access/access.php
3349
libraries/joomla/html/html/access.php
4389
libraries/joomla/html/html/access.php
53137
libraries/joomla/html/html/access.php
63235
libraries/joomla/html/html/access.php
7383
libraries/joomla/html/html/list.php
8341
libraries/joomla/html/parameter/element/sql.php
Clone Instance
1
Line Count
3
Source Line
63
Source File
administrator/components/com_users/helpers/html/filter.php

                // Check for a database error.
                if ($db->getErrorNum()) {
                        JError::raiseNotice(500, $db->getErrorMsg());
                        return NULL;
                      }


Clone Instance
2
Line Count
3
Source Line
452
Source File
libraries/joomla/access/access.php

                // Check for a database error.
                if ($db->getErrorNum()) {
                        JError::raiseNotice(500, $db->getErrorMsg());
                        return FALSE;
                      }


Clone Instance
3
Line Count
3
Source Line
49
Source File
libraries/joomla/html/html/access.php

                // Check for a database error.
                if ($db->getErrorNum()) {
                        JError::raiseNotice(500, $db->getErrorMsg());
                        return NULL;
                      }


Clone Instance
4
Line Count
3
Source Line
89
Source File
libraries/joomla/html/html/access.php

                // Check for a database error.
                if ($db->getErrorNum()) {
                        JError::raiseNotice(500, $db->getErrorMsg());
                        return NULL;
                      }


Clone Instance
5
Line Count
3
Source Line
137
Source File
libraries/joomla/html/html/access.php

                // Check for a database error.
                if ($db->getErrorNum()) {
                        JError::raiseNotice(500, $db->getErrorMsg());
                        return NULL;
                      }


Clone Instance
6
Line Count
3
Source Line
235
Source File
libraries/joomla/html/html/access.php

                        // Check for a database error.
                        if ($db->getErrorNum()) {
                                JError::raiseNotice(500, $db->getErrorMsg());
                                return FALSE;
                              }


Clone Instance
7
Line Count
3
Source Line
83
Source File
libraries/joomla/html/html/list.php

                // Check for a database error.
                if ($db->getErrorNum()) {
                        JError::raiseNotice(500, $db->getErrorMsg());
                        return FALSE;
                      }


Clone Instance
8
Line Count
3
Source Line
41
Source File
libraries/joomla/html/parameter/element/sql.php

                // Check for an error.
                if ($db->getErrorNum()) {
                        JError::raiseWarning(500, $db->getErrorMsg());
                        return FALSE;
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

// Check for a database error.
// Check for an error.
if ($db->getErrorNum()) {
  JError:: [[#variable50a92aa0]](500,$db->getErrorMsg());
  return [[#variable50a92c60]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#50a92aa0]]
raiseNotice 
12[[#50a92aa0]]
raiseNotice 
13[[#50a92aa0]]
raiseWarning 
14[[#50a92aa0]]
raiseNotice 
15[[#50a92aa0]]
raiseNotice 
16[[#50a92aa0]]
raiseNotice 
17[[#50a92aa0]]
raiseNotice 
18[[#50a92aa0]]
raiseNotice 
21[[#50a92c60]]
FALSE 
22[[#50a92c60]]
NULL 
23[[#50a92c60]]
FALSE 
24[[#50a92c60]]
FALSE 
25[[#50a92c60]]
FALSE 
26[[#50a92c60]]
NULL 
27[[#50a92c60]]
NULL 
28[[#50a92c60]]
NULL