Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 3 | 0.969 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 449 | administrator/components/com_contact/admin.contact.php |
2 | 10 | 213 | administrator/components/com_plugins/controller.php |
| ||||
$row->access = $access; if (!$row->check()) { return $row->getError(); } if (!$row->store()) { return $row->getError(); } $mainframe->redirect('index.php?option=com_contact'); |
| ||||
$row->access = $access; if ( !$row->check()) { return $row->getError(); } if ( !$row->store()) { return $row->getError(); } $this->setRedirect( 'index.php?option=com_plugins'); |
| |||
$row->access =$access; if (!$row->check()) { return $row->getError(); } if (!$row->store()) { return $row->getError(); } [[#variable24c91f60]]-> [[#variable24c91e40]]( [[#variable24c91e80]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#24c91f60]] | $this |
1 | 2 | [[#24c91f60]] | $mainframe |
2 | 1 | [[#24c91e40]] | setRedirect |
2 | 2 | [[#24c91e40]] | redirect |
3 | 1 | [[#24c91e80]] | 'index.php?option=com_plugins' |
3 | 2 | [[#24c91e80]] | 'index.php?option=com_contact' |