CloneSet946


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.984if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1371
administrator/components/com_redirect/tables/link.php
2376
administrator/components/com_redirect/tables/link.php
3379
libraries/joomla/database/table/usergroup.php
Clone Instance
1
Line Count
3
Source Line
71
Source File
administrator/components/com_redirect/tables/link.php

                // check for valid name
                if ((trim($this->old_url)) == '') {
                        $this->setError(JText::_('Redirect_Source_URL_Required'));
                        return FALSE;
                      }


Clone Instance
2
Line Count
3
Source Line
76
Source File
administrator/components/com_redirect/tables/link.php

                // check for valid name
                if ((trim($this->new_url)) == '') {
                        $this->setError(JText::_('Redirect_Destination_URL_Required'));
                        return FALSE;
                      }


Clone Instance
3
Line Count
3
Source Line
79
Source File
libraries/joomla/database/table/usergroup.php

                // Validate the title.
                if ((trim($this->title)) == '') {
                        $this->setError(JText::_('Usergroup must have a title'));
                        return FALSE;
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

// check for valid name
// Validate the title.
if ((trim($this-> [[#variable3fc06e80]])) == '') {
  $this->setError(JText::_( [[#variable3fc06ea0]]));
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3fc06e80]]
new_url 
12[[#3fc06e80]]
old_url 
13[[#3fc06e80]]
title 
21[[#3fc06ea0]]
'Redirect_Destination_URL_Required' 
22[[#3fc06ea0]]
'Redirect_Source_URL_Required' 
23[[#3fc06ea0]]
'Usergroup must have a title'