CloneSet1813


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

        if ($preferred_association_type) {
            $response->fields->setArg(Auth_OpenID_OPENID_NS,
                                      'assoc_type',
                                      $preferred_association_type);
          }


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

        if ($preferred_session_type) {
            $response->fields->setArg(Auth_OpenID_OPENID_NS,
                                      'session_type',
                                      $preferred_session_type);
          }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable44bed660]]) {
  $response->fields->setArg(Auth_OpenID_OPENID_NS, [[#variable44bed720]], [[#variable44bed660]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#44bed660]]
$preferred_association_type 
12[[#44bed660]]
$preferred_session_type 
21[[#44bed720]]
'assoc_type' 
22[[#44bed720]]
'session_type'