CloneSet1873


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

                                           {
                $s=  "OpenID 2.0 message contained openid.identity but not "
                     . "claimed_id";
                return new Auth_OpenID_ServerError($message, $s);
              }


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

                                                  {
                $s=  "OpenID 2.0 message contained openid.claimed_id "
                     . "but not identity";
                return new Auth_OpenID_ServerError($message, $s);
              }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  $s= [[#variable4008f6a0]]
     .  [[#variable4008f620]];
  return new Auth_OpenID_ServerError($message,$s);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4008f6a0]]
"OpenID 2.0 message contained openid.claimed_id " 
12[[#4008f6a0]]
"OpenID 2.0 message contained openid.identity but not " 
21[[#4008f620]]
"but not identity" 
22[[#4008f620]]
"claimed_id"