Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.974 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 118 | administrator/modules/mod_feed/helper.php |
2 | 5 | 76 | modules/mod_feed/tmpl/default.php |
| ||||
if (!is_null($currItem->get_link())) { ; ?> <a href="<?php echo $currItem->get_link(); ?>" target="_child"> <?php echo $currItem->get_title(); ?></a> <?php } |
| ||||
if (!is_null($currItem->get_link())) { ; ?> <a href="<?php echo $currItem->get_link(); ?>" target="_blank"> <?php echo $currItem->get_title(); ?></a> <?php } |
| |||
if (!is_null($currItem->get_link())) { ; ?> [[#variable487927a0]]<?php echo $currItem->get_link(); ?> [[#variable48792720]]<?php echo $currItem->get_title(); ?> [[#variable48792620]]<?php } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#487927a0]] | <a href=" |
1 | 2 | [[#487927a0]] | <a href=" |
2 | 1 | [[#48792720]] | " target="_blank"> |
2 | 2 | [[#48792720]] | " target="_child"> |
3 | 1 | [[#48792620]] | </a> |
3 | 2 | [[#48792620]] | </a> |