CloneSet1141


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4240.975statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141009
plugins/authentication/openid/Auth/OpenID/Consumer.php
241105
plugins/authentication/openid/Auth/OpenID/Consumer.php
Clone Instance
1
Line Count
4
Source Line
1009
Source File
plugins/authentication/openid/Auth/OpenID/Consumer.php

        $to_match=  new Auth_OpenID_ServiceEndpoint();
        $to_match->type_uris = array(Auth_OpenID_TYPE_1_1);
        $to_match->local_id = $message->getArg(Auth_OpenID_OPENID1_NS,
                                               'identity');


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

        $to_match=  new Auth_OpenID_ServiceEndpoint();
        $to_match->type_uris = array(Auth_OpenID_TYPE_2_0);
        $to_match->claimed_id = $message->getArg(Auth_OpenID_OPENID2_NS,
                                                 'claimed_id');


Clone AbstractionParameter Count: 4Parameter Bindings

$to_match=new Auth_OpenID_ServiceEndpoint();
$to_match->type_uris =array( [[#variable22d9fb40]]);
$to_match-> [[#variable22d9fae0]]=$message->getArg( [[#variable22d9fa80]], [[#variable22d9faa0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#22d9fb40]]
Auth_OpenID_TYPE_2_0 
12[[#22d9fb40]]
Auth_OpenID_TYPE_1_1 
21[[#22d9fae0]]
claimed_id 
22[[#22d9fae0]]
local_id 
31[[#22d9fa80]]
Auth_OpenID_OPENID2_NS 
32[[#22d9fa80]]
Auth_OpenID_OPENID1_NS 
41[[#22d9faa0]]
'claimed_id' 
42[[#22d9faa0]]
'identity'