Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.982 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 71 | modules/mod_stats/helper.php |
2 | 4 | 77 | modules/mod_stats/helper.php |
3 | 4 | 83 | modules/mod_stats/helper.php |
| ||||
if ($users) { $rows[$i]->title = JText::_('Users'); $rows[$i]->data = $users; $i ++; } |
| ||||
if ($items) { $rows[$i]->title = JText::_('Content'); $rows[$i]->data = $items; $i ++; } |
| ||||
if ($links) { $rows[$i]->title = JText::_('Web Links'); $rows[$i]->data = $links; $i ++; } |
| |||
if ( [[#variable234f5280]]) { $rows[$i]->title =JText::_( [[#variable234f52a0]]); $rows[$i]->data = [[#variable234f5280]]; $i ++; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#234f5280]] | $users |
1 | 2 | [[#234f5280]] | $items |
1 | 3 | [[#234f5280]] | $links |
2 | 1 | [[#234f52a0]] | 'Users' |
2 | 2 | [[#234f52a0]] | 'Content' |
2 | 3 | [[#234f52a0]] | 'Web Links' |