Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.978 | case |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 368 | libraries/phpmailer/phpmailer.php |
2 | 3 | 371 | libraries/phpmailer/phpmailer.php |
3 | 3 | 374 | libraries/phpmailer/phpmailer.php |
| ||||
case "sendmail": $result= $this->SendmailSend($header, $body); break; |
| ||||
case "mail": $result= $this->MailSend($header, $body); break; |
| ||||
case "smtp": $result= $this->SmtpSend($header, $body); break; |
| |||
case [[#variable53df4340]]: $result=$this-> [[#variable53df4300]]($header,$body); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53df4340]] | "smtp" |
1 | 2 | [[#53df4340]] | "mail" |
1 | 3 | [[#53df4340]] | "sendmail" |
2 | 1 | [[#53df4300]] | SmtpSend |
2 | 2 | [[#53df4300]] | MailSend |
2 | 3 | [[#53df4300]] | SendmailSend |