CloneSet1885


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.978case
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14311
administrator/components/com_contact/admin.contact.php
24258
administrator/components/com_newsfeeds/admin.newsfeeds.php
Clone Instance
1
Line Count
4
Source Line
311
Source File
administrator/components/com_contact/admin.contact.php

                default :
                        $msg=     JText::_('Contact saved');
                        $link=    'index.php?option=com_contact';
                        break;


Clone Instance
2
Line Count
4
Source Line
258
Source File
administrator/components/com_newsfeeds/admin.newsfeeds.php

                default :
                        $msg=  JText::_('Newsfeed saved');
                        $link=  'index.php?option=com_newsfeeds';
                        break;


Clone AbstractionParameter Count: 2Parameter Bindings

default :
  $msg=JText::_( [[#variable538b5ee0]]);
  $link= [[#variable538b5fa0]];
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#538b5ee0]]
'Contact saved' 
12[[#538b5ee0]]
'Newsfeed saved' 
21[[#538b5fa0]]
'index.php?option=com_contact' 
22[[#538b5fa0]]
'index.php?option=com_newsfeeds'