Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 4 | 0.966 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 40 | administrator/components/com_installer/models/plugins.php |
2 | 1 | 41 | administrator/components/com_installer/models/plugins.php |
| ||||
// Set state variables from the request $this->setState('filter.group', $mainframe->getUserStateFromRequest("com_installer.plugins.group", 'group', '', 'cmd')); |
| ||||
$this->setState('filter.string', $mainframe->getUserStateFromRequest("com_installer.plugins.string", 'filter', '', 'string')); |
| |||
// Set state variables from the request $this->setState( [[#variable52465a20]],$mainframe->getUserStateFromRequest( [[#variable524659c0]], [[#variable52465920]],'', [[#variable52465880]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52465a20]] | 'filter.group' |
1 | 2 | [[#52465a20]] | 'filter.string' |
2 | 1 | [[#524659c0]] | "com_installer.plugins.group" |
2 | 2 | [[#524659c0]] | "com_installer.plugins.string" |
3 | 1 | [[#52465920]] | 'group' |
3 | 2 | [[#52465920]] | 'filter' |
4 | 1 | [[#52465880]] | 'cmd' |
4 | 2 | [[#52465880]] | 'string' |