Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 4 | 0.964 | toplevel_statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 16 | modules/mod_stats/mod_stats.php |
2 | 2 | 19 | modules/mod_wrapper/mod_wrapper.php |
3 | 2 | 21 | modules/mod_wrapper/mod_wrapper.php |
4 | 2 | 23 | modules/mod_wrapper/mod_wrapper.php |
| ||||
$serverinfo= $params->get('serverinfo'); $siteinfo= $params->get('siteinfo'); |
| ||||
$url= $params->get('url'); $target= $params->get('target'); |
| ||||
$width= $params->get('width'); $height= $params->get('height'); |
| ||||
$scroll= $params->get('scrolling'); $class= $params->get('moduleclass_sfx'); |
| |||
[[#variable45290100]]=$params->get( [[#variable452900c0]]); [[#variable22ec7880]]=$params->get( [[#variable452900e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#45290100]] | $serverinfo |
1 | 2 | [[#45290100]] | $url |
1 | 3 | [[#45290100]] | $width |
1 | 4 | [[#45290100]] | $scroll |
2 | 1 | [[#452900c0]] | 'serverinfo' |
2 | 2 | [[#452900c0]] | 'url' |
2 | 3 | [[#452900c0]] | 'width' |
2 | 4 | [[#452900c0]] | 'scrolling' |
3 | 1 | [[#22ec7880]] | $siteinfo |
3 | 2 | [[#22ec7880]] | $target |
3 | 3 | [[#22ec7880]] | $height |
3 | 4 | [[#22ec7880]] | $class |
4 | 1 | [[#452900e0]] | 'siteinfo' |
4 | 2 | [[#452900e0]] | 'target' |
4 | 3 | [[#452900e0]] | 'height' |
4 | 4 | [[#452900e0]] | 'moduleclass_sfx' |