CloneSet1543


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.991statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17250
plugins/authentication/openid/Auth/OpenID/Server.php
271196
plugins/authentication/openid/Auth/OpenID/Server.php
Clone Instance
1
Line Count
7
Source Line
250
Source File
plugins/authentication/openid/Auth/OpenID/Server.php

                                  {
            if ($this->message->isOpenID2()
                && (strlen($this->encodeToURL())>
                      Auth_OpenID_OPENID1_URL_LIMIT)) {
                return Auth_OpenID_ENCODE_HTML_FORM;
              }
            else   {
                return Auth_OpenID_ENCODE_URL;
              }
          }


Clone Instance
2
Line Count
7
Source Line
1196
Source File
plugins/authentication/openid/Auth/OpenID/Server.php

                                                                         {
            if ($this->fields->isOpenID2()
                && (strlen($this->encodeToURL())>
                      Auth_OpenID_OPENID1_URL_LIMIT)) {
                return Auth_OpenID_ENCODE_HTML_FORM;
              }
            else   {
                return Auth_OpenID_ENCODE_URL;
              }
          }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if ($this-> [[#variable516359a0]]->isOpenID2()
      && (strlen($this->encodeToURL())>Auth_OpenID_OPENID1_URL_LIMIT)) {
    return Auth_OpenID_ENCODE_HTML_FORM;
  }
  else {
    return Auth_OpenID_ENCODE_URL;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#516359a0]]
fields 
12[[#516359a0]]
message