Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.992 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 222 | administrator/components/com_redirect/controllers/link.php |
2 | 3 | 231 | administrator/components/com_redirect/controllers/link.php |
3 | 3 | 240 | administrator/components/com_redirect/controllers/link.php |
| ||||
// Redirect back to the edit screen. $this->setMessage(JText::_('Redirect_Link_Save_Success')); $this->setRedirect(JRoute::_('index.php?option=com_redirect&view=link&layout=edit&hidemainmenu=1', FALSE)); break; |
| ||||
// Redirect back to the edit screen. $this->setMessage(JText::_('Redirect_Link_Save_Success')); $this->setRedirect(JRoute::_('index.php?option=com_redirect&view=link&layout=edit&hidemainmenu=1', FALSE)); break; |
| ||||
// Redirect to the list screen. $this->setMessage(JText::_('Redirect_Link_Save_Success')); $this->setRedirect(JRoute::_('index.php?option=com_redirect&view=links', FALSE)); break; |
| |||
// Redirect to the list screen. // Redirect back to the edit screen. $this->setMessage(JText::_('Redirect_Link_Save_Success')); $this->setRedirect(JRoute::_( [[#variable211b3040]],FALSE)); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#211b3040]] | 'index.php?option=com_redirect&view=links' |
1 | 2 | [[#211b3040]] | 'index.php?option=com_redirect&view=link&layout=edit&hidemainmenu=1' |
1 | 3 | [[#211b3040]] | 'index.php?option=com_redirect&view=link&layout=edit&hidemainmenu=1' |