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.972 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 188 | plugins/authentication/openid/Auth/OpenID/SReg.php |
2 | 3 | 194 | plugins/authentication/openid/Auth/OpenID/SReg.php |
| ||||
if ($required) { if (!$obj->requestFields($required, TRUE, TRUE)) { return NULL; } } |
| ||||
if ($optional) { if (!$obj->requestFields($optional, FALSE, TRUE)) { return NULL; } } |
| |||
if ( [[#variable46578940]]) { if (!$obj->requestFields( [[#variable46578940]], [[#variable465788e0]],TRUE)) { return NULL; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46578940]] | $optional |
1 | 2 | [[#46578940]] | $required |
2 | 1 | [[#465788e0]] | FALSE |
2 | 2 | [[#465788e0]] | TRUE |