CloneSet1359


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13249
administrator/components/com_modules/models/module.php
23165
components/com_weblinks/models/weblink.php
Clone Instance
1
Line Count
3
Source Line
249
Source File
administrator/components/com_modules/models/module.php

                        // Make sure we have a user id to checkout the article with
                        if (is_null($uid)) {
                                $user=    &JFactory::getUser();
                                $uid=     $user->get('id');
                              }


Clone Instance
2
Line Count
3
Source Line
165
Source File
components/com_weblinks/models/weblink.php

                        // Make sure we have a user id to checkout the article with
                        if (is_null($uid)) {
                                $user=    &JFactory::getUser();
                                $uid=     $user->get('id');
                              }


Clone AbstractionParameter Count: 0Parameter Bindings

// Make sure we have a user id to checkout the article with
if (is_null($uid)) {
  $user= &JFactory::getUser();
  $uid=$user->get('id');
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None