CloneSet358


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8340.982if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18237
administrator/components/com_modules/views/module/tmpl/default.php
28247
administrator/components/com_modules/views/module/tmpl/default.php
38258
administrator/components/com_modules/views/module/tmpl/default.php
Clone Instance
1
Line Count
8
Source Line
237
Source File
administrator/components/com_modules/views/module/tmpl/default.php

                        if ($p->getNumParams('advanced')) {
                                echo $pane->startPanel(JText::  _('Advanced Parameters'), "advanced-page");
                                if ($this->params = $p->render('params', 'advanced')):
                                        echo $this->params;
                                else :
                                        echo "<div  style=\"text-align: center; padding: 5px; \">"
                                             .                                                     JText::_('There are no advanced parameters for this item')
                                             .                                                                                                                "</div>";
                                endif;
                                echo $pane->endPanel();
                              }


Clone Instance
2
Line Count
8
Source Line
247
Source File
administrator/components/com_modules/views/module/tmpl/default.php

                        if ($p->getNumParams('legacy')) {
                                echo $pane->startPanel(JText::  _('Legacy Parameters'), "legacy-page");
                                if ($this->params = $p->render('params', 'legacy')):
                                        echo $this->params;
                                else :
                                        echo "<div  style=\"text-align: center; padding: 5px; \">"
                                             .                                                     JText::_('There are no legacy parameters for this item')
                                             .                                                                                                              "</div>";
                                endif;
                                echo $pane->endPanel();
                              }


Clone Instance
3
Line Count
8
Source Line
258
Source File
administrator/components/com_modules/views/module/tmpl/default.php

                if ($p->getNumParams('other')) {
                        echo $pane->startPanel(JText::  _('Other Parameters'), "other-page");
                        if ($this->params = $p->render('params', 'other')):
                                echo $this->params;
                        else :
                                echo "<div  style=\"text-align: center; padding: 5px; \">"
                                     .                                                     JText::_('There are no other parameters for this item')
                                     .                                                                                                             "</div>";
                        endif;  echo $pane->endPanel();
                      }


Clone AbstractionParameter Count: 4Parameter Bindings

if ($p->getNumParams( [[#variable4802ae80]])) {
  echo $pane->startPanel(JText::_( [[#variable4802ada0]]), [[#variable4603eec0]]);
  if ($this->params =$p->render('params', [[#variable4802ae80]])):
    echo $this->params;
  else :
    echo "<div  style=\"text-align: center; padding: 5px; \">"
         . JText::_( [[#variable4802ae00]])
         . "</div>";
  endif;
  echo $pane->endPanel();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4802ae80]]
'other' 
12[[#4802ae80]]
'legacy' 
13[[#4802ae80]]
'advanced' 
21[[#4802ada0]]
'Other Parameters' 
22[[#4802ada0]]
'Legacy Parameters' 
23[[#4802ada0]]
'Advanced Parameters' 
31[[#4603eec0]]
"other-page" 
32[[#4603eec0]]
"legacy-page" 
33[[#4603eec0]]
"advanced-page" 
41[[#4802ae00]]
'There are no other parameters for this item' 
42[[#4802ae00]]
'There are no legacy parameters for this item' 
43[[#4802ae00]]
'There are no advanced parameters for this item'