CloneSet1949


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.966if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12359
libraries/joomla/database/table/content.php
22576
libraries/joomla/user/user.php
Clone Instance
1
Line Count
2
Source Line
359
Source File
libraries/joomla/database/table/content.php

                        if (empty($this->created_by)) {
                                $this->created_by = $user->get('id');
                              }


Clone Instance
2
Line Count
2
Source Line
576
Source File
libraries/joomla/user/user.php

                // Set the id for the JUser object in case we created a new user.
                if (empty($this->id)) {
                        $this->id = $table->get('id');
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

// Set the id for the JUser object in case we created a new user.
if (empty($this-> [[#variable4dad8520]])) {
  $this-> [[#variable4dad8520]]= [[#variable4dad84a0]]->get('id');
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4dad8520]]
id 
12[[#4dad8520]]
created_by 
21[[#4dad84a0]]
$table 
22[[#4dad84a0]]
$user