CloneSet804


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.991statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17354
libraries/joomla/html/pagination.php
27385
libraries/joomla/html/pagination.php
Clone Instance
1
Line Count
7
Source Line
354
Source File
libraries/joomla/html/pagination.php

                {
                        if ($enabled) {
                                $html=    '<a href="#reorder" onclick="return listItemTask(\'cb'
                                          .                                                      $i
                                          .                                                         '\',\''
                                          .                                                                 $task
                                          .                                                                       '\')" title="'
                                          .                                                                                      $alt
                                          .                                                                                           '">';
                                $html.=    '   <img src="images/uparrow.png" width="16" height="16" border="0" alt="'
                                           .                                                                          $alt
                                           .                                                                               '" />';
                                $html.=    '</a>';
                              }
                        else   {
                                $html=    '<img src="images/uparrow0.png" width="16" height="16" border="0" alt="'
                                          .                                                                        $alt
                                          .                                                                             '" />';
                              }
                      }


Clone Instance
2
Line Count
7
Source Line
385
Source File
libraries/joomla/html/pagination.php

                {
                        if ($enabled) {
                                $html=    '<a href="#reorder" onclick="return listItemTask(\'cb'
                                          .                                                      $i
                                          .                                                         '\',\''
                                          .                                                                 $task
                                          .                                                                       '\')" title="'
                                          .                                                                                      $alt
                                          .                                                                                           '">';
                                $html.=    '  <img src="images/downarrow.png" width="16" height="16" border="0" alt="'
                                           .                                                                           $alt
                                           .                                                                                '" />';
                                $html.=    '</a>';
                              }
                        else   {
                                $html=    '<img src="images/downarrow0.png" width="16" height="16" border="0" alt="'
                                          .                                                                          $alt
                                          .                                                                               '" />';
                              }
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  if ($enabled) {
    $html='<a href="#reorder" onclick="return listItemTask(\'cb'
          . $i
          . '\',\''
          . $task
          . '\')" title="'
          . $alt
          . '">';
    $html.= [[#variable46f84e60]]
           . $alt
           . '" />';
    $html.='</a>';
  }
  else {
    $html= [[#variable46f84e00]]
          . $alt
          . '" />';
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46f84e60]]
'   <img src="images/uparrow.png" width="16" height="16" border="0" alt="' 
12[[#46f84e60]]
'  <img src="images/downarrow.png" width="16" height="16" border="0" alt="' 
21[[#46f84e00]]
'<img src="images/uparrow0.png" width="16" height="16" border="0" alt="' 
22[[#46f84e00]]
'<img src="images/downarrow0.png" width="16" height="16" border="0" alt="'