Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 4 | 0.979 | foreach_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 22 | templates/rhuk_milkyway/html/com_weblinks/categories/default.php |
2 | 10 | 28 | templates/rhuk_milkyway/html/com_weblinks/category/default.php |
| ||||
foreach ( $this->categories as $category): ; ?> <li> <a href="<?php echo $category->link; ?>" class="category<?php echo $this->escape($this->params->get( 'pageclass_sfx')); ?>"> <?php echo $this->escape($category->title);?></a> <span class="small"> (<?php echo $category->numlinks;?>) </span> </li> <?php endforeach ; |
| ||||
foreach ( $this->categories as $category): ; ?> <li> <a href="<?php echo $category->link; ?>" class="category<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>"> <?php echo $this->escape($category->title);?></a> <span class="small"> (<?php echo $category->numlinks;?>) </span> </li> <?php endforeach ; |
| |||
foreach ($this->categories as $category): ; ?> [[#variable46ff62c0]]<?php echo $category->link; ?>" class="category<?php echo $this->escape($this->params->get('pageclass_sfx')); ?> [[#variable46ff6220]]<?php echo $this->escape($category->title); ?> [[#variable46ff6160]]<?php echo $category->numlinks; ?> [[#variable46ff61c0]]<?php endforeach ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46ff62c0]] | <li> <a href=" |
1 | 2 | [[#46ff62c0]] | <li> <a href=" |
2 | 1 | [[#46ff6220]] | "> |
2 | 2 | [[#46ff6220]] | "> |
3 | 1 | [[#46ff6160]] | </a> <span class="small"> ( |
3 | 2 | [[#46ff6160]] | </a> <span class="small"> ( |
4 | 1 | [[#46ff61c0]] | ) </span> </li> |
4 | 2 | [[#46ff61c0]] | ) </span> </li> |