Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.972 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 779 | libraries/phpmailer/phpmailer.php |
2 | 2 | 792 | libraries/phpmailer/phpmailer.php |
| ||||
if (count($this->cc)> 0) $result.= $this->AddrAppend("Cc", $this->cc); |
| ||||
if (count($this->ReplyTo)> 0) $result.= $this->AddrAppend("Reply-to", $this->ReplyTo); |
| |||
if (count($this-> [[#variable52600e80]])>0) $result.=$this->AddrAppend( [[#variable52600e00]],$this-> [[#variable52600e80]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52600e80]] | ReplyTo |
1 | 2 | [[#52600e80]] | cc |
2 | 1 | [[#52600e00]] | "Reply-to" |
2 | 2 | [[#52600e00]] | "Cc" |