Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.985 | case |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 121 | libraries/joomla/application/helper.php |
2 | 3 | 125 | libraries/joomla/application/helper.php |
| ||||
case 'toolbar': $result= JApplicationHelper::_checkPath(DS . 'components' . DS . $user_option . DS . 'toolbar.' . $name . '.php', -1); break; |
| ||||
case 'toolbar_html': $result= JApplicationHelper::_checkPath(DS . 'components' . DS . $user_option . DS . 'toolbar.' . $name . '.html.php', -1); break; |
| |||
case [[#variable53d7ec00]]: $result=JApplicationHelper::_checkPath(DS . 'components' . DS . $user_option . DS . 'toolbar.' . $name . [[#variable53d7ec20]],-1); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53d7ec00]] | 'toolbar_html' |
1 | 2 | [[#53d7ec00]] | 'toolbar' |
2 | 1 | [[#53d7ec20]] | '.html.php' |
2 | 2 | [[#53d7ec20]] | '.php' |