CloneSet1361


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12317
components/com_users/models/user.php
22491
components/com_users/models/user.php
Clone Instance
1
Line Count
2
Source Line
317
Source File
components/com_users/models/user.php

                // Save the user to the database.
                if (!$user->save(TRUE)) {
                        return new JException(JText::sprintf('USERS_USER_SAVE_FAILED', $user->getError()), 500);
                      }


Clone Instance
2
Line Count
2
Source Line
491
Source File
components/com_users/models/user.php

                // Save the user to the database.
                if (!$user->save(TRUE)) {
                        return new JException(JText::sprintf('USERS_USER_SAVE_FAILED', $user->getError()), 500);
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Save the user to the database.
if (!$user->save(TRUE)) {
  return new JException(JText::sprintf('USERS_USER_SAVE_FAILED',$user->getError()),500);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None