CloneSet1977


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

                           {
            $fmt=  "Missing required field 'return_to' from checkid request";
            return new Auth_OpenID_ServerError($message, $fmt);
          }


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

                                    {
                $s=  "OpenID 1 message did not contain openid.identity";
                return new Auth_OpenID_ServerError($message, $s);
              }


Clone AbstractionParameter Count: 2Parameter Bindings

{
   [[#variable4507ebe0]]= [[#variable4507eb80]];
  return new Auth_OpenID_ServerError($message, [[#variable4507ebe0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4507ebe0]]
$fmt 
12[[#4507ebe0]]
$s 
21[[#4507eb80]]
"Missing required field 'return_to' from checkid request" 
22[[#4507eb80]]
"OpenID 1 message did not contain openid.identity"