CloneSet831


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.995statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16187
administrator/components/com_contact/admin.contact.php
26171
administrator/components/com_newsfeeds/admin.newsfeeds.php
Clone Instance
1
Line Count
6
Source Line
187
Source File
administrator/components/com_contact/admin.contact.php

        JArrayHelper::toInteger($cid, array(0));

        $row=  &JTable::getInstance('contact', 'Table');
        // load the row from the db table
        if ($edit)
        $row->load($cid[0]);


Clone Instance
2
Line Count
6
Source Line
171
Source File
administrator/components/com_newsfeeds/admin.newsfeeds.php

        JArrayHelper::toInteger($cid, array(0));

        $row=  &JTable::getInstance('newsfeed', 'Table');
        // load the row from the db table
        if ($edit)
        $row->load($cid[0]);


Clone AbstractionParameter Count: 1Parameter Bindings

JArrayHelper::toInteger($cid,array(0));
$row= &JTable::getInstance( [[#variable23fac320]],'Table');
// load the row from the db table
if ($edit)
  $row->load($cid[0]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#23fac320]]
'contact' 
12[[#23fac320]]
'newsfeed'