Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.982 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 147 | components/com_contact/controller.php |
2 | 2 | 29 | components/com_contact/views/category/view.feed.php |
3 | 2 | 60 | components/com_mailto/controller.php |
4 | 2 | 34 | components/com_weblinks/views/category/view.feed.php |
| ||||
$MailFrom= $mainframe->getCfg('mailfrom'); $FromName= $mainframe->getCfg('fromname'); |
| ||||
$siteEmail= $mainframe->getCfg('mailfrom'); $fromName= $mainframe->getCfg('fromname'); |
| ||||
$MailFrom= $mainframe->getCfg('mailfrom'); $FromName= $mainframe->getCfg('fromname'); |
| ||||
$siteEmail= $mainframe->getCfg('mailfrom'); $fromName= $mainframe->getCfg('fromname'); |
| |||
[[#variable22032a00]]=$mainframe->getCfg('mailfrom'); [[#variable220329c0]]=$mainframe->getCfg('fromname'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#22032a00]] | $siteEmail |
1 | 2 | [[#22032a00]] | $MailFrom |
1 | 3 | [[#22032a00]] | $siteEmail |
1 | 4 | [[#22032a00]] | $MailFrom |
2 | 1 | [[#220329c0]] | $fromName |
2 | 2 | [[#220329c0]] | $FromName |
2 | 3 | [[#220329c0]] | $fromName |
2 | 4 | [[#220329c0]] | $FromName |