CloneSet1422


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1471
administrator/components/com_contact/helpers/vcard.php
24185
libraries/bitfolge/vcard.php
Clone Instance
1
Line Count
4
Source Line
71
Source File
administrator/components/com_contact/helpers/vcard.php

                $text=    'BEGIN:VCARD';
                $text.=    "\r\n";
                $text.=    'VERSION:2.1';
                $text.=    "\r\n";


Clone Instance
2
Line Count
4
Source Line
185
Source File
libraries/bitfolge/vcard.php

                $text=  'BEGIN:VCARD';
                $text.= "\r\n";
                $text.= 'VERSION:2.1';
                $text.= "\r\n";


Clone AbstractionParameter Count: 0Parameter Bindings

$text='BEGIN:VCARD';
$text.="\r\n";
$text.='VERSION:2.1';
$text.="\r\n";
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None