| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.992 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 55 | libraries/joomla/html/html/email.php |
| 2 | 3 | 59 | libraries/joomla/html/html/email.php |
| ||||
$replacement.= "\n document.write('<a ' + path + '\\'' + prefix + ':' + addy"
. $rand
. " + '\\'>');";
$replacement.= "\n document.write(addy_text"
. $rand
. ");";
$replacement.= "\n document.write('<\\/a>');";
|
| ||||
$replacement.= "\n document.write('<a ' + path + '\\'' + prefix + ':' + addy"
. $rand
. " + '\\'>');";
$replacement.= "\n document.write(addy"
. $rand
. ");";
$replacement.= "\n document.write('<\\/a>');";
|
| |||
$replacement.="\n document.write('<a ' + path + '\\'' + prefix + ':' + addy"
. $rand
. " + '\\'>');";
$replacement.= [[#variable4828fde0]]
. $rand
. ");";
$replacement.="\n document.write('<\\/a>');";
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4828fde0]] | "\n document.write(addy" |
| 1 | 2 | [[#4828fde0]] | "\n document.write(addy_text" |