CloneSet531


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9230.978statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19108
components/com_contact/views/category/view.html.php
2985
components/com_newsfeeds/views/newsfeed/view.html.php
Clone Instance
1
Line Count
9
Source Line
108
Source File
components/com_contact/views/category/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')) {
                                $pparams->set('page_title',     $category->title);
                              }
                      }
                else   {
                        $pparams->set('page_title',     $category->title);
                      }
                $document->setTitle($pparams->get('page_title'));


Clone Instance
2
Line Count
9
Source Line
85
Source File
components/com_newsfeeds/views/newsfeed/view.html.php

                // Set page title
                // 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',      $newsfeed->name);
                              }
                      }
                else   {
                        $params->set('page_title',      $newsfeed->name);
                      }
                $document->setTitle($params->get('page_title'));


Clone AbstractionParameter Count: 3Parameter Bindings

// Set page title
// 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')) {
     [[#variable4ce8e5a0]]->set('page_title', [[#variable4ce8e4c0]]-> [[#variable4ce8e500]]);
  }
}
else {
   [[#variable4ce8e5a0]]->set('page_title', [[#variable4ce8e4c0]]-> [[#variable4ce8e500]]);
}
$document->setTitle( [[#variable4ce8e5a0]]->get('page_title'));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4ce8e5a0]]
$pparams 
12[[#4ce8e5a0]]
$params 
21[[#4ce8e4c0]]
$category 
22[[#4ce8e4c0]]
$newsfeed 
31[[#4ce8e500]]
title 
32[[#4ce8e500]]
name