CloneSet922


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.995if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1417
components/com_contact/router.php
2546
components/com_weblinks/helpers/route.php
Clone Instance
1
Line Count
4
Source Line
17
Source File
components/com_contact/router.php

        // Get the menu items for this component.
        if (!$items) {
                $component=       &JComponentHelper::getComponent('com_contact');
                $menu=            &JSite::getMenu();
                $items=           $menu->getItems('component_id', $component->id);
              }


Clone Instance
2
Line Count
5
Source Line
46
Source File
components/com_weblinks/helpers/route.php

                if (!$items)
                {
                        $component=  &JComponentHelper::getComponent('com_weblinks');
                        $menu=  &JSite::getMenu();
                        $items=  $menu->getItems('component_id', $component->id);
                      }


Clone AbstractionParameter Count: 1Parameter Bindings

// Get the menu items for this component.
if (!$items) {
  $component= &JComponentHelper::getComponent( [[#variable237cee00]]);
  $menu= &JSite::getMenu();
  $items=$menu->getItems('component_id',$component->id);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#237cee00]]
'com_contact' 
12[[#237cee00]]
'com_weblinks'