Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.966 | php_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 103 | components/com_content/views/category/tmpl/blog_item.php |
2 | 4 | 122 | templates/rhuk_milkyway/html/com_content/article/default.php |
| ||||
<?php if ( isset ($this->item->toc)): ; ?> <?php echo $this->item->toc; ?> <?php endif; ?> <?php echo $this->item->text; ?> </td> </tr> |
| ||||
<?php if ( isset ($this->article->toc)): ; ?> <?php echo $this->article->toc; ?> <?php endif; ?> <?php echo $this->article->text; ?> </td> </tr> |
| |||
<?php if ( isset ($this-> [[#variable489d8f00]]->toc)): ; ?> <?php echo $this-> [[#variable489d8f00]]->toc; ?> <?php endif; ?> <?php echo $this-> [[#variable489d8f00]]->text; ?> </td> </tr> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#489d8f00]] | item |
1 | 2 | [[#489d8f00]] | article |