CloneSet1332


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.978case
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13368
libraries/phpmailer/phpmailer.php
23371
libraries/phpmailer/phpmailer.php
33374
libraries/phpmailer/phpmailer.php
Clone Instance
1
Line Count
3
Source Line
368
Source File
libraries/phpmailer/phpmailer.php

            case "sendmail":
                $result=  $this->SendmailSend($header, $body);
                break;


Clone Instance
2
Line Count
3
Source Line
371
Source File
libraries/phpmailer/phpmailer.php

            case "mail":
                $result=  $this->MailSend($header, $body);
                break;


Clone Instance
3
Line Count
3
Source Line
374
Source File
libraries/phpmailer/phpmailer.php

            case "smtp":
                $result=  $this->SmtpSend($header, $body);
                break;


Clone AbstractionParameter Count: 2Parameter Bindings

case [[#variable53df4340]]:
  $result=$this-> [[#variable53df4300]]($header,$body);
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53df4340]]
"smtp" 
12[[#53df4340]]
"mail" 
13[[#53df4340]]
"sendmail" 
21[[#53df4300]]
SmtpSend 
22[[#53df4300]]
MailSend 
23[[#53df4300]]
SendmailSend