Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 6 | 3 | 0.971 | toplevel_statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 14 | modules/mod_breadcrumbs/mod_breadcrumbs.php |
2 | 3 | 14 | modules/mod_latestnews/mod_latestnews.php |
3 | 3 | 14 | modules/mod_menu/mod_menu.php |
4 | 3 | 14 | modules/mod_mostread/mod_mostread.php |
5 | 3 | 14 | modules/mod_related_items/mod_related_items.php |
6 | 3 | 14 | modules/mod_wrapper/mod_wrapper.php |
| ||||
// Include the syndicate functions only once require_once dirname( __FILE__) . DS . 'helper.php'; // Get the breadcrumbs $list= modBreadCrumbsHelper::getList($params); |
| ||||
// Include the syndicate functions only once require_once dirname( __FILE__) . DS . 'helper.php'; $list= modLatestNewsHelper::getList($params); |
| ||||
// Include the syndicate functions only once require_once dirname( __FILE__) . DS . 'helper.php'; $list= modMenuHelper::getList($params); |
| ||||
// Include the syndicate functions only once require_once dirname( __FILE__) . DS . 'helper.php'; $list= modMostReadHelper::getList($params); |
| ||||
// Include the syndicate functions only once require_once dirname( __FILE__) . DS . 'helper.php'; $list= modRelatedItemsHelper::getList($params); |
| ||||
// Include the syndicate functions only once require_once dirname( __FILE__) . DS . 'helper.php'; $params= modWrapperHelper::getParams($params); |
| |||
// Include the syndicate functions only once require_once dirname( __FILE__) . DS . 'helper.php'; [[#variable4b654f60]]= [[#variable3c3711c0]]:: [[#variable3c3711e0]]($params); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4b654f60]] | $params |
1 | 2 | [[#4b654f60]] | $list |
1 | 3 | [[#4b654f60]] | $list |
1 | 4 | [[#4b654f60]] | $list |
1 | 5 | [[#4b654f60]] | $list |
1 | 6 | [[#4b654f60]] | // Get the breadcrumbs $list |
2 | 1 | [[#3c3711c0]] | modWrapperHelper |
2 | 2 | [[#3c3711c0]] | modRelatedItemsHelper |
2 | 3 | [[#3c3711c0]] | modMostReadHelper |
2 | 4 | [[#3c3711c0]] | modMenuHelper |
2 | 5 | [[#3c3711c0]] | modLatestNewsHelper |
2 | 6 | [[#3c3711c0]] | modBreadCrumbsHelper |
3 | 1 | [[#3c3711e0]] | getParams |
3 | 2 | [[#3c3711e0]] | getList |
3 | 3 | [[#3c3711e0]] | getList |
3 | 4 | [[#3c3711e0]] | getList |
3 | 5 | [[#3c3711e0]] | getList |
3 | 6 | [[#3c3711e0]] | getList |