CloneSet1734


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.990if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13296
administrator/components/com_users/models/user.php
23310
administrator/components/com_users/models/user.php
Clone Instance
1
Line Count
3
Source Line
296
Source File
administrator/components/com_users/models/user.php

                if (!$result=  $user->check()) {
                        $this->setError($user->getErrorMsg());
                        return FALSE;
                      }


Clone Instance
2
Line Count
3
Source Line
310
Source File
administrator/components/com_users/models/user.php

                // Store the data.
                if (!$result=  $user->store()) {
                        $this->setError($user->getErrorMsg());
                        return FALSE;
                      }


Clone AbstractionParameter Count: 1Parameter Bindings

// Store the data.
if (!$result=$user-> [[#variable522aaf80]]()) {
  $this->setError($user->getErrorMsg());
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#522aaf80]]
check 
12[[#522aaf80]]
store