Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.984 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 53 | plugins/authentication/openid/Auth/OpenID/AX.php |
2 | 3 | 57 | plugins/authentication/openid/Auth/OpenID/AX.php |
| ||||
if (strpos($alias, ',') !== FALSE) { return new Auth_OpenID_AX_Error(sprintf( "Alias %s must not contain comma", $alias)); } |
| ||||
if (strpos($alias, '.') !== FALSE) { return new Auth_OpenID_AX_Error(sprintf( "Alias %s must not contain period", $alias)); } |
| |||
if (strpos($alias, [[#variable53d2f7e0]]) !== FALSE) { return new Auth_OpenID_AX_Error(sprintf( [[#variable53d2f6e0]],$alias)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53d2f7e0]] | ',' |
1 | 2 | [[#53d2f7e0]] | '.' |
2 | 1 | [[#53d2f6e0]] | "Alias %s must not contain comma" |
2 | 2 | [[#53d2f6e0]] | "Alias %s must not contain period" |