CloneSet541


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3630.971toplevel_statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1414
modules/mod_breadcrumbs/mod_breadcrumbs.php
2314
modules/mod_latestnews/mod_latestnews.php
3314
modules/mod_menu/mod_menu.php
4314
modules/mod_mostread/mod_mostread.php
5314
modules/mod_related_items/mod_related_items.php
6314
modules/mod_wrapper/mod_wrapper.php
Clone Instance
1
Line Count
4
Source Line
14
Source File
modules/mod_breadcrumbs/mod_breadcrumbs.php

// Include the syndicate functions only once
require_once dirname( __FILE__)
             .                 DS
             .                    'helper.php';
// Get the breadcrumbs
$list=    modBreadCrumbsHelper::getList($params);


Clone Instance
2
Line Count
3
Source Line
14
Source File
modules/mod_latestnews/mod_latestnews.php

// Include the syndicate functions only once
require_once dirname( __FILE__)
             .                 DS
             .                    'helper.php';
$list=  modLatestNewsHelper::getList($params);


Clone Instance
3
Line Count
3
Source Line
14
Source File
modules/mod_menu/mod_menu.php

// Include the syndicate functions only once
require_once dirname( __FILE__)
             .                 DS
             .                    'helper.php';
$list=  modMenuHelper::getList($params);


Clone Instance
4
Line Count
3
Source Line
14
Source File
modules/mod_mostread/mod_mostread.php

// Include the syndicate functions only once
require_once dirname( __FILE__)
             .                 DS
             .                    'helper.php';
$list=  modMostReadHelper::getList($params);


Clone Instance
5
Line Count
3
Source Line
14
Source File
modules/mod_related_items/mod_related_items.php

// Include the syndicate functions only once
require_once dirname( __FILE__)
             .                 DS
             .                    'helper.php';
$list=  modRelatedItemsHelper::getList($params);


Clone Instance
6
Line Count
3
Source Line
14
Source File
modules/mod_wrapper/mod_wrapper.php

// Include the syndicate functions only once
require_once dirname( __FILE__)
             .                 DS
             .                    'helper.php';
$params=  modWrapperHelper::getParams($params);


Clone AbstractionParameter Count: 3Parameter Bindings

// Include the syndicate functions only once
require_once dirname( __FILE__)
             . DS
             . 'helper.php';
 [[#variable4b654f60]]= [[#variable3c3711c0]]:: [[#variable3c3711e0]]($params);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4b654f60]]
$params 
12[[#4b654f60]]
$list 
13[[#4b654f60]]
$list 
14[[#4b654f60]]
$list 
15[[#4b654f60]]
$list 
16[[#4b654f60]]
// Get the breadcrumbs
$list 
21[[#3c3711c0]]
modWrapperHelper 
22[[#3c3711c0]]
modRelatedItemsHelper 
23[[#3c3711c0]]
modMostReadHelper 
24[[#3c3711c0]]
modMenuHelper 
25[[#3c3711c0]]
modLatestNewsHelper 
26[[#3c3711c0]]
modBreadCrumbsHelper 
31[[#3c3711e0]]
getParams 
32[[#3c3711e0]]
getList 
33[[#3c3711e0]]
getList 
34[[#3c3711e0]]
getList 
35[[#3c3711e0]]
getList 
36[[#3c3711e0]]
getList