Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 6 | 2 | 0.968 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 129 | libraries/bitfolge/vcard.php |
2 | 3 | 134 | libraries/bitfolge/vcard.php |
3 | 3 | 139 | libraries/bitfolge/vcard.php |
4 | 3 | 148 | libraries/bitfolge/vcard.php |
5 | 3 | 153 | libraries/bitfolge/vcard.php |
6 | 3 | 158 | libraries/bitfolge/vcard.php |
| ||||
if ($postoffice != '') { $label.= $postoffice; $label.= "\r\n"; } |
| ||||
if ($extended != '') { $label.= $extended; $label.= "\r\n"; } |
| ||||
if ($street != '') { $label.= $street; $label.= "\r\n"; } |
| ||||
if ($city != '') { $label.= $city; $label.= "\r\n"; } |
| ||||
if ($region != '') { $label.= $region; $label.= "\r\n"; } |
| ||||
if ($country != '') { $country.= $country; $label.= "\r\n"; } |
| |||
if ( [[#variable242a10c0]]!= '') { [[#variable242a1020]].= [[#variable242a10c0]]; $label.="\r\n"; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#242a10c0]] | $country |
1 | 2 | [[#242a10c0]] | $postoffice |
1 | 3 | [[#242a10c0]] | $city |
1 | 4 | [[#242a10c0]] | $street |
1 | 5 | [[#242a10c0]] | $extended |
1 | 6 | [[#242a10c0]] | $region |
2 | 1 | [[#242a1020]] | $country |
2 | 2 | [[#242a1020]] | $label |
2 | 3 | [[#242a1020]] | $label |
2 | 4 | [[#242a1020]] | $label |
2 | 5 | [[#242a1020]] | $label |
2 | 6 | [[#242a1020]] | $label |