CloneSet428


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9360.967if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1996
administrator/components/com_banners/views/client.php
29105
administrator/components/com_modules/views/modules/tmpl/default.php
38111
administrator/components/com_newsfeeds/admin.newsfeeds.html.php
Clone Instance
1
Line Count
9
Source Line
96
Source File
administrator/components/com_banners/views/client.php

                                                if (JTable::isCheckedOut($user->get( 'id'), $row->checked_out)) {
                                                        echo $row->name;
                                                      }
                                                else   {
                                                        ;
                                                        ?>
<span class="editlinktip hasTip" title="<?php                                                                 echo JText::_('Edit');?>::<?php echo $row->name; ?>">
<a href="<?php                                                         echo $link; ?>">
<?php                                                                 echo $row->name; ?></a>
</span>
<?php
                                                      }


Clone Instance
2
Line Count
9
Source Line
105
Source File
administrator/components/com_modules/views/modules/tmpl/default.php

                        if (JTable::isCheckedOut($user->get('id'), $row->checked_out)) {
                                echo $row->title;
                              }
                        else   {
                                ;
                                ?>
<span class="editlinktip hasTip" title="<?php                                 echo JText::_('Edit Module');?>::<?php echo $row->title; ?>">
<a href="<?php                                 echo $link; ?>">
<?php                                         echo $row->title; ?></a>
</span>
<?php
                              }


Clone Instance
3
Line Count
8
Source Line
111
Source File
administrator/components/com_newsfeeds/admin.newsfeeds.html.php

                                                if (JTable::isCheckedOut($user->get( 'id'), $row->checked_out)) {
                                                        echo $row->name;
                                                      }
                                                else   {
                                                        ;
                                                        ?>
<span class="editlinktip hasTip" title="<?php                                                                 echo JText::_('Edit Newsfeed');?>::<?php echo $row->name; ?>">
<a href="<?php                                                         echo $link; ?>">
<?php                                                                 echo $row->name; ?></a></span>
<?php
                                                      }


Clone AbstractionParameter Count: 6Parameter Bindings

if (JTable::isCheckedOut($user->get('id'),$row->checked_out)) {
  echo $row-> [[#variable53d77200]];
}
else {
  ;
  ?> [[#variable53d77140]]<?php
  echo JText::_( [[#variable53d77080]]);
  ?>::<?php
  echo $row-> [[#variable53d77200]];
  ?> [[#variable53d76fe0]]<?php
  echo $link;
  ?> [[#variable53d76f00]]<?php
  echo $row-> [[#variable53d77200]];
  ?> [[#variable53d76ce0]]<?php
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53d77200]]
name 
12[[#53d77200]]
title 
13[[#53d77200]]
name 
21[[#53d77140]]
<span class="editlinktip hasTip" title=" 
22[[#53d77140]]
<span class="editlinktip hasTip" title=" 
23[[#53d77140]]
<span class="editlinktip hasTip" title=" 
31[[#53d77080]]
'Edit' 
32[[#53d77080]]
'Edit Module' 
33[[#53d77080]]
'Edit Newsfeed' 
41[[#53d76fe0]]
">
<a href=" 
42[[#53d76fe0]]
">
<a href=" 
43[[#53d76fe0]]
">
<a href=" 
51[[#53d76f00]]
"> 
52[[#53d76f00]]
"> 
53[[#53d76f00]]
"> 
61[[#53d76ce0]]
</a>
</span> 
62[[#53d76ce0]]
</a>
</span> 
63[[#53d76ce0]]
</a></span>