Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.978 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 70 | libraries/joomla/html/toolbar/button.php |
2 | 1 | 71 | libraries/joomla/html/toolbar/button.php |
| ||||
$id= call_user_func_array(array( &$this, 'fetchId' ), $definition); |
| ||||
$action= call_user_func_array(array( &$this, 'fetchButton' ), $definition); |
| |||
[[#variable44bd1c80]]=call_user_func_array(array( &$this, [[#variable44bd1c00]] ),$definition); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#44bd1c80]] | $action |
1 | 2 | [[#44bd1c80]] | $id |
2 | 1 | [[#44bd1c00]] | 'fetchButton' |
2 | 2 | [[#44bd1c00]] | 'fetchId' |