| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 0 | 1.000 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 275 | administrator/components/com_redirect/controllers/link.php |
| 2 | 6 | 319 | administrator/components/com_redirect/controllers/link.php |
| ||||
// If there is a problem, set the error message.
if (!$result) {
$this->setMessage($model->getError());
}
// Redirect to the list screen.
$this->setRedirect(JRoute::_('index.php?option=com_redirect&view=links', FALSE));
|
| ||||
// If there is a problem, set the error message.
if (!$result) {
$this->setMessage($model->getError());
}
// Redirect to the list screen.
$this->setRedirect(JRoute::_('index.php?option=com_redirect&view=links', FALSE));
|
| |||
// If there is a problem, set the error message.
if (!$result) {
$this->setMessage($model->getError());
}
// Redirect to the list screen.
$this->setRedirect(JRoute::_('index.php?option=com_redirect&view=links',FALSE));
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||