CloneSet1203


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.970if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13166
administrator/components/com_users/models/group.php
23265
administrator/components/com_users/models/user.php
33218
administrator/components/com_weblinks/models/weblink.php
Clone Instance
1
Line Count
3
Source Line
166
Source File
administrator/components/com_users/models/group.php

                // Load the row if saving an existing item.
                if ($groupId>  0) {
                        $table->load($groupId);
                        $isNew=  FALSE;
                      }


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

                // Load the row if saving an existing item.
                if ($userId>  0) {
                        $user->load($userId);
                        $isNew=  FALSE;
                      }


Clone Instance
3
Line Count
3
Source Line
218
Source File
administrator/components/com_weblinks/models/weblink.php

                // Load the row if saving an existing item.
                if ($weblinkId>  0) {
                        $table->load($weblinkId);
                        $isNew=  FALSE;
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

// Load the row if saving an existing item.
if ( [[#variable21fa5220]]>0) {
   [[#variable21fa5260]]->load( [[#variable21fa5220]]);
  $isNew=FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21fa5220]]
$weblinkId 
12[[#21fa5220]]
$userId 
13[[#21fa5220]]
$groupId 
21[[#21fa5260]]
$table 
22[[#21fa5260]]
$user 
23[[#21fa5260]]
$table