CloneSet782


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.991statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15894
libraries/phpmailer/phpmailer.php
25901
libraries/phpmailer/phpmailer.php
Clone Instance
1
Line Count
5
Source Line
894
Source File
libraries/phpmailer/phpmailer.php

                // Create text body
                $result.=  $this->GetBoundary($this->boundary[2], "",
                                              "text/plain", "")
                .                                                 $this->LE;
                $result.=  $this->EncodeString($this->AltBody ,$this->Encoding);
                $result.=  $this->LE
                           .         $this->LE;


Clone Instance
2
Line Count
5
Source Line
901
Source File
libraries/phpmailer/phpmailer.php

                // Create the HTML body
                $result.=  $this->GetBoundary($this->boundary[2], "",
                                              "text/html", "")
                .                                                $this->LE;
                $result.=  $this->EncodeString($this->Body ,$this->Encoding);
                $result.=  $this->LE
                           .         $this->LE;


Clone AbstractionParameter Count: 2Parameter Bindings

// Create text body
// Create the HTML body
$result.=$this->GetBoundary($this->boundary[2],"", [[#variable3cd85a40]],"")
. $this->LE;
$result.=$this->EncodeString($this-> [[#variable3cd85ac0]],$this->Encoding);
$result.=$this->LE
         . $this->LE;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3cd85a40]]
"text/plain" 
12[[#3cd85a40]]
"text/html" 
21[[#3cd85ac0]]
AltBody 
22[[#3cd85ac0]]
Body