Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.966 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 57 | administrator/components/com_users/models/fields/member.php |
2 | 1 | 92 | administrator/modules/mod_latest/mod_latest.php |
| ||||
$title= htmlspecialchars($table->username ,ENT_QUOTES, 'UTF-8'); |
| ||||
$author= htmlspecialchars($row->name ,ENT_QUOTES, 'UTF-8'); |
| |||
[[#variable44b01de0]]=htmlspecialchars( [[#variable44b01c60]]-> [[#variable44b01da0]],ENT_QUOTES,'UTF-8'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#44b01de0]] | $author |
1 | 2 | [[#44b01de0]] | $title |
2 | 1 | [[#44b01c60]] | $row |
2 | 2 | [[#44b01c60]] | $table |
3 | 1 | [[#44b01da0]] | name |
3 | 2 | [[#44b01da0]] | username |