Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.971 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 28 | libraries/joomla/html/html/email.php |
2 | 4 | 47 | libraries/joomla/html/html/email.php |
| ||||
// convert text $mail= JHtmlEmail::_convertEncoding($mail); // split email by @ symbol $mail= explode('@', $mail); $mail_parts= explode('.', $mail[1]); |
| ||||
// convert text $text= JHtmlEmail::_convertEncoding($text); // split email by @ symbol $text= explode('@', $text); $text_parts= explode('.', $text[1]); |
| |||
[[#variable23064da0]]=JHtmlEmail::_convertEncoding( [[#variable23064da0]]); [[#variable23064da0]]=explode('@', [[#variable23064da0]]); [[#variable23064d40]]=explode('.', [[#variable23064da0]][1]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23064da0]] | // convert text $mail |
1 | 2 | [[#23064da0]] | // convert text $text |
2 | 1 | [[#23064d40]] | $mail_parts |
2 | 2 | [[#23064d40]] | $text_parts |