CloneSet1372


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16275
administrator/components/com_redirect/controllers/link.php
26319
administrator/components/com_redirect/controllers/link.php
Clone Instance
1
Line Count
6
Source Line
275
Source File
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));


Clone Instance
2
Line Count
6
Source Line
319
Source File
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));


Clone AbstractionParameter Count: 0Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None