| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 0 | 1.000 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 446 | plugins/authentication/openid/Auth/OpenID/AX.php |
| 2 | 6 | 641 | plugins/authentication/openid/Auth/OpenID/AX.php |
| ||||
$alias= $aliases->addAlias($type_uri, $alias);
if ($alias === NULL) {
return new Auth_OpenID_AX_Error(
sprintf("Could not add alias %s for URI %s",
$alias, $type_uri));
}
|
| ||||
$alias= $aliases->addAlias($type_uri, $alias);
if ($alias === NULL) {
return new Auth_OpenID_AX_Error(
sprintf("Could not add alias %s for URI %s",
$alias, $type_uri));
}
|
| |||
$alias=$aliases->addAlias($type_uri,$alias);
if ($alias === NULL) {
return new Auth_OpenID_AX_Error(sprintf("Could not add alias %s for URI %s",$alias,$type_uri));
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||