CloneSet1743


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.960statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1358
administrator/components/com_contact/helpers/vcard.php
2365
administrator/components/com_contact/helpers/vcard.php
Clone Instance
1
Line Count
3
Source Line
58
Source File
administrator/components/com_contact/helpers/vcard.php

                $title=   trim($title);

                $this->properties['TITLE']=       $title;


Clone Instance
2
Line Count
3
Source Line
65
Source File
administrator/components/com_contact/helpers/vcard.php

                $org=     trim($org);

                $this->properties['ORG']=  $org;


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable48e29aa0]]=trim( [[#variable48e29aa0]]);
$this->properties[ [[#variable48e299e0]]]= [[#variable48e29aa0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#48e29aa0]]
$org 
12[[#48e29aa0]]
$title 
21[[#48e299e0]]
'ORG' 
22[[#48e299e0]]
'TITLE'