CloneSet496


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3620.982statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13186
administrator/components/com_weblinks/tables/weblink.php
23327
components/com_contact/controller.php
33338
components/com_contact/controller.php
43349
components/com_contact/controller.php
53153
libraries/joomla/database/table/category.php
63122
libraries/joomla/database/table/module.php
Clone Instance
1
Line Count
3
Source Line
186
Source File
administrator/components/com_weblinks/tables/weblink.php

                                                       {
                        $this->setError(JText::sprintf('WARNNAMETRYAGAIN', JText::_('Web Link')));
                        return FALSE;
                      }


Clone Instance
2
Line Count
3
Source Line
327
Source File
components/com_contact/controller.php

                                                                       {
                        $this->setError(JText::sprintf('MESGHASBANNEDTEXT', JText::_('Email')));
                        return FALSE;
                      }


Clone Instance
3
Line Count
3
Source Line
338
Source File
components/com_contact/controller.php

                                                                           {
                        $this->setError(JText::sprintf('MESGHASBANNEDTEXT',JText::_('Subject')));
                        return FALSE;
                      }


Clone Instance
4
Line Count
3
Source Line
349
Source File
components/com_contact/controller.php

                                                                     {
                        $this->setError(JText::sprintf('MESGHASBANNEDTEXT', JText::_('Message')));
                        return FALSE;
                      }


Clone Instance
5
Line Count
3
Source Line
153
Source File
libraries/joomla/database/table/category.php

                                              {
                        $this->setError(JText::sprintf('must contain a title', JText::_('Category')));
                        return FALSE;
                      }


Clone Instance
6
Line Count
3
Source Line
122
Source File
libraries/joomla/database/table/module.php

                                              {
                        $this->setError(JText::sprintf('must contain a title', JText::_('Module')));
                        return FALSE;
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  $this->setError(JText::sprintf( [[#variable5889cb00]],JText::_( [[#variable5889cb20]])));
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5889cb00]]
'must contain a title' 
12[[#5889cb00]]
'WARNNAMETRYAGAIN' 
13[[#5889cb00]]
'MESGHASBANNEDTEXT' 
14[[#5889cb00]]
'MESGHASBANNEDTEXT' 
15[[#5889cb00]]
'MESGHASBANNEDTEXT' 
16[[#5889cb00]]
'must contain a title' 
21[[#5889cb20]]
'Module' 
22[[#5889cb20]]
'Web Link' 
23[[#5889cb20]]
'Message' 
24[[#5889cb20]]
'Subject' 
25[[#5889cb20]]
'Email' 
26[[#5889cb20]]
'Category'