CloneSet1127


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8230.981statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1847
administrator/components/com_users/controllers/level.json.php
2857
administrator/components/com_users/controllers/level.json.php
Clone Instance
1
Line Count
8
Source Line
47
Source File
administrator/components/com_users/controllers/level.json.php

                // Check for validation errors.
                if ($return === FALSE)
                {
                        JError::raiseError(500, $model->getError());
                        return FALSE;
                      }

                // Attempt to save the data.
                $return=  $model->save($data);


Clone Instance
2
Line Count
8
Source Line
57
Source File
administrator/components/com_users/controllers/level.json.php

                // Check for errors.
                if ($return === FALSE)
                {
                        JError::raiseError(500, $model->getError());
                        return FALSE;
                      }

                // Get the access level object.
                $level=  $model->getItem($return);


Clone AbstractionParameter Count: 3Parameter Bindings

// Check for errors.
// Check for validation errors.
if ($return === FALSE) {
  JError::raiseError(500,$model->getError());
  return FALSE;
}
 [[#variable251f16e0]]=$model-> [[#variable24f95dc0]]( [[#variable251f0360]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#251f16e0]]
// Get the access level object.
$level 
12[[#251f16e0]]
// Attempt to save the data.
$return 
21[[#24f95dc0]]
getItem 
22[[#24f95dc0]]
save 
31[[#251f0360]]
$return 
32[[#251f0360]]
$data