| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 2 | 0.991 | statement_sequence[5] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 203 | administrator/components/com_banners/views/banner.php |
| 2 | 5 | 140 | administrator/components/com_banners/views/client.php |
| ||||
JToolBarHelper::title($task == 'add'
? JText::_('Banner')
. ': <small><small>[ '
. JText::_('New')
. ' ]</small></small>'
: JText::_('Banner')
. ': <small><small>[ '
. JText::_('Edit')
. ' ]</small></small>', 'generic.png');
JToolBarHelper::save('save');
JToolBarHelper::apply('apply');
JToolBarHelper::cancel('cancel');
JToolBarHelper::help('screen.banners.edit');
|
| ||||
JToolBarHelper::title($task == 'add'
? JText::_('Banner Client')
. ': <small><small>[ '
. JText::_('New')
. ' ]</small></small>'
: JText::_('Banner Client')
. ': <small><small>[ '
. JText::_('Edit')
. ' ]</small></small>', 'generic.png');
JToolBarHelper::save('save');
JToolBarHelper::apply('apply');
JToolBarHelper::cancel('cancel');
JToolBarHelper::help('screen.banners.client.edit');
|
| |||
JToolBarHelper::title($task == 'add'
? JText::_( [[#variable522ae3c0]])
. ': <small><small>[ '
. JText::_('New')
. ' ]</small></small>'
: JText::_( [[#variable522ae3c0]])
. ': <small><small>[ '
. JText::_('Edit')
. ' ]</small></small>','generic.png');
JToolBarHelper::save('save');
JToolBarHelper::apply('apply');
JToolBarHelper::cancel('cancel');
JToolBarHelper::help( [[#variable522ae3a0]]);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#522ae3c0]] | 'Banner Client' |
| 1 | 2 | [[#522ae3c0]] | 'Banner' |
| 2 | 1 | [[#522ae3a0]] | 'screen.banners.client.edit' |
| 2 | 2 | [[#522ae3a0]] | 'screen.banners.edit' |