Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.993 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 835 | libraries/phpmailer/phpmailer.php |
2 | 2 | 840 | libraries/phpmailer/phpmailer.php |
| ||||
$result.= $this->HeaderLine("Content-Type", "multipart/mixed;"); $result.= $this->TextLine("\tboundary=\"" . $this->boundary[1] . '"'); |
| ||||
$result.= $this->HeaderLine("Content-Type", "multipart/alternative;"); $result.= $this->TextLine("\tboundary=\"" . $this->boundary[1] . '"'); |
| |||
$result.=$this->HeaderLine("Content-Type", [[#variable21385f40]]); $result.=$this->TextLine("\tboundary=\"" . $this->boundary[1] . '"'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21385f40]] | "multipart/alternative;" |
1 | 2 | [[#21385f40]] | "multipart/mixed;" |