CloneSet582


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2440.972statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12697
plugins/authentication/openid/Auth/OpenID/Consumer.php
22380
plugins/authentication/openid/Auth/OpenID/Server.php
32474
plugins/authentication/openid/Auth/OpenID/Server.php
43846
plugins/authentication/openid/Auth/OpenID/Server.php
Clone Instance
1
Line Count
2
Source Line
697
Source File
plugins/authentication/openid/Auth/OpenID/Consumer.php

        $error=  $message->getArg(Auth_OpenID_OPENID_NS, 'error');
        $contact=  $message->getArg(Auth_OpenID_OPENID_NS, 'contact');


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

        $assoc_handle=  $message->getArg(Auth_OpenID_OPENID_NS, 'assoc_handle');
        $sig=  $message->getArg(Auth_OpenID_OPENID_NS, 'sig');


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

        $dh_modulus=  $message->getArg(Auth_OpenID_OPENID_NS, 'dh_modulus');
        $dh_gen=  $message->getArg(Auth_OpenID_OPENID_NS, 'dh_gen');


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

        $identity=  $message->getArg(Auth_OpenID_OPENID_NS,
                                     'identity');
        $claimed_id=  $message->getArg(Auth_OpenID_OPENID_NS, 'claimed_id');


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable21fb4ce0]]=$message->getArg(Auth_OpenID_OPENID_NS, [[#variable21fb4c80]]);
 [[#variable21fb4c20]]=$message->getArg(Auth_OpenID_OPENID_NS, [[#variable21fb4c00]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21fb4ce0]]
$assoc_handle 
12[[#21fb4ce0]]
$dh_modulus 
13[[#21fb4ce0]]
$identity 
14[[#21fb4ce0]]
$error 
21[[#21fb4c80]]
'assoc_handle' 
22[[#21fb4c80]]
'dh_modulus' 
23[[#21fb4c80]]
'identity' 
24[[#21fb4c80]]
'error' 
31[[#21fb4c20]]
$sig 
32[[#21fb4c20]]
$dh_gen 
33[[#21fb4c20]]
$claimed_id 
34[[#21fb4c20]]
$contact 
41[[#21fb4c00]]
'sig' 
42[[#21fb4c00]]
'dh_gen' 
43[[#21fb4c00]]
'claimed_id' 
44[[#21fb4c00]]
'contact'