Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.968 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 153 | libraries/joomla/mail/mail.php |
2 | 3 | 157 | libraries/joomla/mail/mail.php |
| ||||
{ $to= JMailHelper::cleanLine($to); $this->AddAddress($to); } |
| ||||
{ $recipient= JMailHelper::cleanLine($recipient); $this->AddAddress($recipient); } |
| |||
{ [[#variable3e5e6200]]=JMailHelper::cleanLine( [[#variable3e5e6200]]); $this->AddAddress( [[#variable3e5e6200]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3e5e6200]] | $recipient |
1 | 2 | [[#3e5e6200]] | $to |