Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.978 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 36 | libraries/joomla/language/help.php |
2 | 2 | 74 | libraries/joomla/language/help.php |
| ||||
if (!preg_match('#\\.html$#i',$ref)) { $ref= $ref . '.html'; } |
| ||||
if (!eregi('\\.html$',$ref)) { $ref= $ref . '.html'; } |
| |||
if (! [[#variable40949800]]( [[#variable40949780]],$ref)) { $ref=$ref . '.html'; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#40949800]] | eregi |
1 | 2 | [[#40949800]] | preg_match |
2 | 1 | [[#40949780]] | '\\.html$' |
2 | 2 | [[#40949780]] | '#\\.html$#i' |