CloneSet1091


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.973statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12407
administrator/components/com_contact/admin.contact.php
22447
administrator/components/com_contact/admin.contact.php
32211
components/com_contact/controller.php
Clone Instance
1
Line Count
2
Source Line
407
Source File
administrator/components/com_contact/admin.contact.php

        $row=  &JTable::getInstance('contact', 'Table');
        $row->load($uid);


Clone Instance
2
Line Count
2
Source Line
447
Source File
administrator/components/com_contact/admin.contact.php

        $row=  &JTable::getInstance('contact', 'Table');
        $row->load($id);


Clone Instance
3
Line Count
2
Source Line
211
Source File
components/com_contact/controller.php

                $contact=  &JTable::getInstance('contact', 'Table');
                $contact->load($contactId);


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable490b1d40]]= &JTable::getInstance('contact','Table');
 [[#variable490b1d40]]->load( [[#variable490b1d20]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#490b1d40]]
$row 
12[[#490b1d40]]
$row 
13[[#490b1d40]]
$contact 
21[[#490b1d20]]
$id 
22[[#490b1d20]]
$uid 
23[[#490b1d20]]
$contactId