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.989 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 864 | libraries/phpmailer/phpmailer.php |
2 | 4 | 868 | libraries/phpmailer/phpmailer.php |
3 | 2 | 880 | libraries/phpmailer/phpmailer.php |
| ||||
$result.= $this->GetBoundary($this->boundary[1], "", "text/plain", ""); $result.= $this->EncodeString($this->AltBody ,$this->Encoding); |
| ||||
$result.= $this->GetBoundary($this->boundary[1], "", "text/html", ""); $result.= $this->EncodeString($this->Body ,$this->Encoding); |
| ||||
$result.= $this->GetBoundary($this->boundary[1], "", "", ""); $result.= $this->EncodeString($this->Body ,$this->Encoding); |
| |||
$result.=$this->GetBoundary($this->boundary[1],"", [[#variable243f7c60]],""); $result.=$this->EncodeString($this-> [[#variable243f7be0]],$this->Encoding); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#243f7c60]] | "text/plain" |
1 | 2 | [[#243f7c60]] | "" |
1 | 3 | [[#243f7c60]] | "text/html" |
2 | 1 | [[#243f7be0]] | AltBody |
2 | 2 | [[#243f7be0]] | Body |
2 | 3 | [[#243f7be0]] | Body |