Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 160 | libraries/joomla/html/html.php |
2 | 3 | 204 | libraries/joomla/html/html.php |
3 | 3 | 239 | libraries/joomla/html/html.php |
| ||||
if (strpos($url, 'http') !== 0) { $url= JURI::root(TRUE) . '/' . $url; } ; |
| ||||
if (strpos($path, 'http') !== 0) { $path= JURI::root(TRUE) . '/' . $path; } ; |
| ||||
if (strpos($path, 'http') !== 0) { $path= JURI::root(TRUE) . '/' . $path; } ; |
| |||
if (strpos( [[#variable253e7680]],'http') !== 0) { [[#variable253e7680]]=JURI::root(TRUE) . '/' . [[#variable253e7680]]; } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#253e7680]] | $path |
1 | 2 | [[#253e7680]] | $url |
1 | 3 | [[#253e7680]] | $path |