Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.967 | statement_sequence[7] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 80 | administrator/components/com_contact/helpers/vcard.php |
2 | 8 | 194 | libraries/bitfolge/vcard.php |
| ||||
$text.= 'REV:' . date('Y-m-d') . 'T' . date('H:i:s') . 'Z'; $text.= "\r\n"; $text.= 'MAILER: Joomla! vCard for ' . $sitename; $text.= "\r\n"; $text.= 'END:VCARD'; $text.= "\r\n"; return $text; |
| ||||
$text.= 'REV:' . date('Y-m-d') . 'T' . date('H:i:s') . 'Z'; $text.= "\r\n"; $text.= 'MAILER:PHP vCard class by Kai Blankenhorn'; $text.= "\r\n"; $text.= 'END:VCARD'; $text.= "\r\n"; return $text; |
| |||
$text.='REV:' . date('Y-m-d') . 'T' . date('H:i:s') . 'Z'; $text.="\r\n"; $text.= [[#variable214d5e00]]; $text.="\r\n"; $text.='END:VCARD'; $text.="\r\n"; return $text; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#214d5e00]] | 'MAILER: Joomla! vCard for ' . $sitename |
1 | 2 | [[#214d5e00]] | 'MAILER:PHP vCard class by Kai Blankenhorn' |