CloneSet593


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3620.968if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13129
libraries/bitfolge/vcard.php
23134
libraries/bitfolge/vcard.php
33139
libraries/bitfolge/vcard.php
43148
libraries/bitfolge/vcard.php
53153
libraries/bitfolge/vcard.php
63158
libraries/bitfolge/vcard.php
Clone Instance
1
Line Count
3
Source Line
129
Source File
libraries/bitfolge/vcard.php

                if ($postoffice != '') {
                        $label.= $postoffice;
                        $label.= "\r\n";
                      }


Clone Instance
2
Line Count
3
Source Line
134
Source File
libraries/bitfolge/vcard.php

                if ($extended != '') {
                        $label.= $extended;
                        $label.= "\r\n";
                      }


Clone Instance
3
Line Count
3
Source Line
139
Source File
libraries/bitfolge/vcard.php

                if ($street != '') {
                        $label.= $street;
                        $label.= "\r\n";
                      }


Clone Instance
4
Line Count
3
Source Line
148
Source File
libraries/bitfolge/vcard.php

                if ($city != '') {
                        $label.= $city;
                        $label.= "\r\n";
                      }


Clone Instance
5
Line Count
3
Source Line
153
Source File
libraries/bitfolge/vcard.php

                if ($region != '') {
                        $label.= $region;
                        $label.= "\r\n";
                      }


Clone Instance
6
Line Count
3
Source Line
158
Source File
libraries/bitfolge/vcard.php

                if ($country != '') {
                        $country.= $country;
                        $label.= "\r\n";
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable242a10c0]]!= '') {
   [[#variable242a1020]].= [[#variable242a10c0]];
  $label.="\r\n";
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#242a10c0]]
$country 
12[[#242a10c0]]
$postoffice 
13[[#242a10c0]]
$city 
14[[#242a10c0]]
$street 
15[[#242a10c0]]
$extended 
16[[#242a10c0]]
$region 
21[[#242a1020]]
$country 
22[[#242a1020]]
$label 
23[[#242a1020]]
$label 
24[[#242a1020]]
$label 
25[[#242a1020]]
$label 
26[[#242a1020]]
$label