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.977 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 677 | plugins/authentication/openid/Auth/OpenID/Message.php |
2 | 4 | 684 | plugins/authentication/openid/Auth/OpenID/Message.php |
| ||||
{ $form.= sprintf(" %s=\"%s\"", $name, $attr); } |
| ||||
{ $form.= sprintf( "<input type=\"hidden\" name=\"%s\" value=\"%s\" />\n", $name, $value); } |
| |||
{ $form.=sprintf( [[#variable3ea94d00]],$name, [[#variable3ea94c60]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3ea94d00]] | " %s=\"%s\"" |
1 | 2 | [[#3ea94d00]] | "<input type=\"hidden\" name=\"%s\" value=\"%s\" />\n" |
2 | 1 | [[#3ea94c60]] | $attr |
2 | 2 | [[#3ea94c60]] | $value |