Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 4 | 0.983 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 104 | administrator/components/com_menus/models/fields/menutype.php |
2 | 3 | 107 | administrator/components/com_menus/models/fields/menutype.php |
3 | 3 | 110 | administrator/components/com_menus/models/fields/menutype.php |
| ||||
$html[]= "\t\t\t\t<a class=\"choose_type\" href=\"index.php?option=com_menus&task=item.setType&type=" . base64_encode(json_encode(array('title' => 'url'))) . '" title="' . JText::_('Menu_External_URL_Desc') . '">' . JText::_('Menu_External_URL') . '</a>'; $html[]= "\t\t\t</li>"; $html[]= "\t\t\t<li>"; |
| ||||
$html[]= "\t\t\t\t<a class=\"choose_type\" href=\"index.php?option=com_menus&task=item.setType&type=" . base64_encode(json_encode(array('title' => 'alias'))) . '" title="' . JText::_('Menu_Alias_Desc') . '">' . JText::_('Menu_Alias') . '</a>'; $html[]= "\t\t\t</li>"; $html[]= "\t\t\t<li>"; |
| ||||
$html[]= "\t\t\t\t<a class=\"choose_type\" href=\"index.php?option=com_menus&task=item.setType&type=" . base64_encode(json_encode(array('title' => 'separator'))) . '" title="' . JText::_('Menu_Separator_Desc') . '">' . JText::_('Menu_Separator') . '</a>'; $html[]= "\t\t\t</li>"; $html[]= "\t\t</ul>"; |
| |||
$html[]="\t\t\t\t<a class=\"choose_type\" href=\"index.php?option=com_menus&task=item.setType&type=" . base64_encode(json_encode(array('title' => [[#variable58222320]]))) . '" title="' . JText::_( [[#variable582222a0]]) . '">' . JText::_( [[#variable58222220]]) . '</a>'; $html[]="\t\t\t</li>"; $html[]= [[#variable58222240]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58222320]] | 'url' |
1 | 2 | [[#58222320]] | 'alias' |
1 | 3 | [[#58222320]] | 'separator' |
2 | 1 | [[#582222a0]] | 'Menu_External_URL_Desc' |
2 | 2 | [[#582222a0]] | 'Menu_Alias_Desc' |
2 | 3 | [[#582222a0]] | 'Menu_Separator_Desc' |
3 | 1 | [[#58222220]] | 'Menu_External_URL' |
3 | 2 | [[#58222220]] | 'Menu_Alias' |
3 | 3 | [[#58222220]] | 'Menu_Separator' |
4 | 1 | [[#58222240]] | "\t\t\t<li>" |
4 | 2 | [[#58222240]] | "\t\t\t<li>" |
4 | 3 | [[#58222240]] | "\t\t</ul>" |