Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.991 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 894 | libraries/phpmailer/phpmailer.php |
2 | 5 | 901 | 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; |
| ||||
// 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; |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3cd85a40]] | "text/plain" |
1 | 2 | [[#3cd85a40]] | "text/html" |
2 | 1 | [[#3cd85ac0]] | AltBody |
2 | 2 | [[#3cd85ac0]] | Body |