Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.966 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 166 | administrator/components/com_messages/tables/message.php |
2 | 1 | 167 | administrator/components/com_messages/tables/message.php |
| ||||
$subject= sprintf( JText::_('A new private message has arrived'), $sitename); |
| ||||
$msg= sprintf( JText::_('Please login to read your message'), $siteURL); |
| |||
[[#variable5162cec0]]=sprintf(JText::_( [[#variable5162ce60]]), [[#variable5162cdc0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5162cec0]] | $msg |
1 | 2 | [[#5162cec0]] | $subject |
2 | 1 | [[#5162ce60]] | 'Please login to read your message' |
2 | 2 | [[#5162ce60]] | 'A new private message has arrived' |
3 | 1 | [[#5162cdc0]] | $siteURL |
3 | 2 | [[#5162cdc0]] | $sitename |