Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.987 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1061 | libraries/phpmailer/phpmailer.php |
2 | 4 | 1067 | libraries/phpmailer/phpmailer.php |
| ||||
{ $mime[]= $this->EncodeString($string, $encoding); if ($this->IsError()) { return ""; } $mime[]= $this->LE . $this->LE; } |
| ||||
{ $mime[]= $this->EncodeFile($path, $encoding); if ($this->IsError()) { return ""; } $mime[]= $this->LE . $this->LE; } |
| |||
{ $mime[]=$this-> [[#variable23ece140]]( [[#variable23ece160]],$encoding); if ($this->IsError()) { return ""; } $mime[]=$this->LE . $this->LE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23ece140]] | EncodeFile |
1 | 2 | [[#23ece140]] | EncodeString |
2 | 1 | [[#23ece160]] | $path |
2 | 2 | [[#23ece160]] | $string |