Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 5 | 1 | 0.989 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 459 | libraries/phpmailer/smtp.php |
2 | 4 | 533 | libraries/phpmailer/smtp.php |
3 | 4 | 670 | libraries/phpmailer/smtp.php |
4 | 4 | 724 | libraries/phpmailer/smtp.php |
5 | 4 | 980 | libraries/phpmailer/smtp.php |
| ||||
if (!$this->connected()) { $this->error = array( "error" => "Called Hello() without being connected"); return FALSE; } |
| ||||
if (!$this->connected()) { $this->error = array( "error" => "Called Help() without being connected"); return FALSE; } |
| ||||
if (!$this->connected()) { $this->error = array( "error" => "Called Quit() without being connected"); return FALSE; } |
| ||||
if (!$this->connected()) { $this->error = array( "error" => "Called Recipient() without being connected"); return FALSE; } |
| ||||
if (!$this->connected()) { $this->error = array( "error" => "Called Verify() without being connected"); return FALSE; } |
| |||
if (!$this->connected()) { $this->error =array("error" => [[#variable4ce3de20]]); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4ce3de20]] | "Called Verify() without being connected" |
1 | 2 | [[#4ce3de20]] | "Called Recipient() without being connected" |
1 | 3 | [[#4ce3de20]] | "Called Hello() without being connected" |
1 | 4 | [[#4ce3de20]] | "Called Help() without being connected" |
1 | 5 | [[#4ce3de20]] | "Called Quit() without being connected" |