CloneSet1346


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12220.985php_sequence[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11252
administrator/modules/mod_latest/mod_latest.php
21221
administrator/modules/mod_popular/mod_popular.php
Clone Instance
1
Line Count
12
Source Line
52
Source File
administrator/modules/mod_latest/mod_latest.php

  
<table class="adminlist">
  <tr>
    <td class="title">
      <strong><?php echo JText::_('Latest Items'); ?></strong>
</td>
<td class="title">
  <strong><?php echo JText::_('Created'); ?></strong>
</td>
<td class="title">
  <strong><?php echo JText::_('Creator'); ?></strong>
</td>
</tr>


Clone Instance
2
Line Count
12
Source Line
21
Source File
administrator/modules/mod_popular/mod_popular.php

  
<table class="adminlist">
  <tr>
    <td class="title">
      <strong><?php echo JText::_('Most Popular Items'); ?></strong>
</td>
<td class="title">
  <strong><?php echo JText::_('Created'); ?></strong>
</td>
<td class="title">
  <strong><?php echo JText::_('Hits'); ?></strong>
</td>
</tr>


Clone AbstractionParameter Count: 2Parameter Bindings

<table class="adminlist">
  <tr>
    <td class="title">
      <strong><?php
                echo JText::_( [[#variable540a74e0]]);
              ?></strong>
</td>
<td class="title">
  <strong><?php
            echo JText::_('Created');
          ?></strong>
</td>
<td class="title">
  <strong><?php
            echo JText::_( [[#variable540a7540]]);
          ?></strong>
</td>
</tr>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#540a74e0]]
'Most Popular Items' 
12[[#540a74e0]]
'Latest Items' 
21[[#540a7540]]
'Hits' 
22[[#540a7540]]
'Creator'