Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.982 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 63 | plugins/authentication/openid/Auth/Yadis/HTTPFetcher.php |
2 | 4 | 105 | plugins/authentication/openid/Auth/Yadis/ParanoidHTTPFetcher.php |
| ||||
if (!$this->allowedURL($url)) { Auth_OpenID::log("URL fetching not allowed for '%s'", $url); return FALSE; } |
| ||||
if (!$this->allowedURL($url)) { Auth_OpenID::log("Fetching URL not allowed: %s", $url); return NULL; } |
| |||
if (!$this->allowedURL($url)) { Auth_OpenID::log( [[#variable47013360]],$url); return [[#variable470132c0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#47013360]] | "Fetching URL not allowed: %s" |
1 | 2 | [[#47013360]] | "URL fetching not allowed for '%s'" |
2 | 1 | [[#470132c0]] | NULL |
2 | 2 | [[#470132c0]] | FALSE |