Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 4 | 0.982 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 237 | administrator/components/com_modules/views/module/tmpl/default.php |
2 | 8 | 247 | administrator/components/com_modules/views/module/tmpl/default.php |
3 | 8 | 258 | 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(); } |
| ||||
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(); } |
| ||||
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(); } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4802ae80]] | 'other' |
1 | 2 | [[#4802ae80]] | 'legacy' |
1 | 3 | [[#4802ae80]] | 'advanced' |
2 | 1 | [[#4802ada0]] | 'Other Parameters' |
2 | 2 | [[#4802ada0]] | 'Legacy Parameters' |
2 | 3 | [[#4802ada0]] | 'Advanced Parameters' |
3 | 1 | [[#4603eec0]] | "other-page" |
3 | 2 | [[#4603eec0]] | "legacy-page" |
3 | 3 | [[#4603eec0]] | "advanced-page" |
4 | 1 | [[#4802ae00]] | 'There are no other parameters for this item' |
4 | 2 | [[#4802ae00]] | 'There are no legacy parameters for this item' |
4 | 3 | [[#4802ae00]] | 'There are no advanced parameters for this item' |