Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.976 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1051 | libraries/phpmailer/phpmailer.php |
2 | 1 | 1054 | libraries/phpmailer/phpmailer.php |
| ||||
$mime[]= sprintf("Content-Transfer-Encoding: %s%s", $encoding, $this->LE); |
| ||||
$mime[]= sprintf("Content-ID: <%s>%s", $cid, $this->LE); |
| |||
$mime[]=sprintf( [[#variable51f1eca0]], [[#variable51f1ec20]],$this->LE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51f1eca0]] | "Content-ID: <%s>%s" |
1 | 2 | [[#51f1eca0]] | "Content-Transfer-Encoding: %s%s" |
2 | 1 | [[#51f1ec20]] | $cid |
2 | 2 | [[#51f1ec20]] | $encoding |