CloneSet2020


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

            return new Auth_OpenID_ServerError(
                  $message,
                  sprintf("Invalid OpenID namespace URI: %s", $old_ns));


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

        return new Auth_OpenID_ServerError($message,
                       sprintf("Unrecognized OpenID mode %s", $mode));


Clone AbstractionParameter Count: 2Parameter Bindings

return new Auth_OpenID_ServerError($message,sprintf( [[#variable44006240]], [[#variable44006180]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#44006240]]
"Unrecognized OpenID mode %s" 
12[[#44006240]]
"Invalid OpenID namespace URI: %s" 
21[[#44006180]]
$mode 
22[[#44006180]]
$old_ns