Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 1 | 0.993 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 68 | components/com_content/views/archive/view.html.php |
2 | 7 | 51 | components/com_search/views/search/view.html.php |
3 | 7 | 133 | components/com_weblinks/views/weblink/view.html.php |
| ||||
// because the application sets a default page title, we need to get it // right from the menu item itself if (is_object($menu)) { $menu_params= new JParameter($menu->params); if (!$menu_params->get('page_title')) { $params->set('page_title', JText::_('Archives')); } } else { $params->set('page_title', JText::_('Archives')); } |
| ||||
// because the application sets a default page title, we need to get it // right from the menu item itself if (is_object($menu)) { $menu_params= new JParameter($menu->params); if (!$menu_params->get('page_title')) { $params->set('page_title', JText::_('Search')); } } else { $params->set('page_title', JText::_('Search')); } |
| ||||
// because the application sets a default page title, we need to get it // right from the menu item itself if (is_object($menu)) { $menu_params= new JParameter($menu->params); if (!$menu_params->get('page_title')) { $params->set('page_title', JText::_('Submit a Web Link')); } } else { $params->set('page_title', JText::_('Submit a Web Link')); } |
| |||
// because the application sets a default page title, we need to get it // right from the menu item itself if (is_object($menu)) { $menu_params=new JParameter($menu->params); if (!$menu_params->get('page_title')) { $params->set('page_title',JText::_( [[#variable557aca40]])); } } else { $params->set('page_title',JText::_( [[#variable557aca40]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#557aca40]] | 'Archives' |
1 | 2 | [[#557aca40]] | 'Submit a Web Link' |
1 | 3 | [[#557aca40]] | 'Search' |