CloneSet1035


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2430.966statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12655
plugins/authentication/openid/Auth/OpenID/Consumer.php
22677
plugins/authentication/openid/Auth/OpenID/Consumer.php
322171
plugins/authentication/openid/Auth/OpenID/Consumer.php
42637
plugins/authentication/openid/Auth/OpenID/Server.php
Clone Instance
1
Line Count
2
Source Line
655
Source File
plugins/authentication/openid/Auth/OpenID/Consumer.php

        $mode=  $message->getArg(Auth_OpenID_OPENID_NS, 'mode',
                                 '<no mode set>');


Clone Instance
2
Line Count
2
Source Line
677
Source File
plugins/authentication/openid/Auth/OpenID/Consumer.php

        $mode=  $message->getArg(Auth_OpenID_OPENID_NS, 'mode',
                                 '<No mode set>');


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

        $error_text=  $message->getArg(
           Auth_OpenID_OPENID_NS, 'error', '<no error message supplied>');


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

        $assoc_type=  $message->getArg(Auth_OpenID_OPENID_NS,
                                       'assoc_type', 'HMAC-SHA1');


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable2271c000]]=$message->getArg(Auth_OpenID_OPENID_NS, [[#variable3ea7bfa0]], [[#variable3ea7bf20]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2271c000]]
$error_text 
12[[#2271c000]]
$mode 
13[[#2271c000]]
$mode 
14[[#2271c000]]
$assoc_type 
21[[#3ea7bfa0]]
'error' 
22[[#3ea7bfa0]]
'mode' 
23[[#3ea7bfa0]]
'mode' 
24[[#3ea7bfa0]]
'assoc_type' 
31[[#3ea7bf20]]
'<no error message supplied>' 
32[[#3ea7bf20]]
'<No mode set>' 
33[[#3ea7bf20]]
'<no mode set>' 
34[[#3ea7bf20]]
'HMAC-SHA1'