CloneSet1655


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.972if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12779
libraries/phpmailer/phpmailer.php
22792
libraries/phpmailer/phpmailer.php
Clone Instance
1
Line Count
2
Source Line
779
Source File
libraries/phpmailer/phpmailer.php

            if (count($this->cc)>  0)
                $result.=  $this->AddrAppend("Cc", $this->cc);


Clone Instance
2
Line Count
2
Source Line
792
Source File
libraries/phpmailer/phpmailer.php

        if (count($this->ReplyTo)>  0)
            $result.=  $this->AddrAppend("Reply-to", $this->ReplyTo);


Clone AbstractionParameter Count: 2Parameter Bindings

if (count($this-> [[#variable52600e80]])>0)
  $result.=$this->AddrAppend( [[#variable52600e00]],$this-> [[#variable52600e80]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52600e80]]
ReplyTo 
12[[#52600e80]]
cc 
21[[#52600e00]]
"Reply-to" 
22[[#52600e00]]
"Cc"