CloneSet1625


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.982if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1463
plugins/authentication/openid/Auth/Yadis/HTTPFetcher.php
24105
plugins/authentication/openid/Auth/Yadis/ParanoidHTTPFetcher.php
Clone Instance
1
Line Count
4
Source Line
63
Source File
plugins/authentication/openid/Auth/Yadis/HTTPFetcher.php

        if (!$this->allowedURL($url)) {
            Auth_OpenID::log("URL fetching not allowed for '%s'",
                             $url);
            return FALSE;
          }


Clone Instance
2
Line Count
4
Source Line
105
Source File
plugins/authentication/openid/Auth/Yadis/ParanoidHTTPFetcher.php

            if (!$this->allowedURL($url)) {
                Auth_OpenID::log("Fetching URL not allowed: %s",
                                 $url);
                return NULL;
              }


Clone AbstractionParameter Count: 2Parameter Bindings

if (!$this->allowedURL($url)) {
  Auth_OpenID::log( [[#variable47013360]],$url);
  return [[#variable470132c0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#47013360]]
"Fetching URL not allowed: %s" 
12[[#47013360]]
"URL fetching not allowed for '%s'" 
21[[#470132c0]]
NULL 
22[[#470132c0]]
FALSE