CloneSet1710


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.971statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16423
plugins/authentication/openid/Auth/OpenID/Association.php
2469
plugins/authentication/openid/Auth/OpenID/SReg.php
Clone Instance
1
Line Count
6
Source Line
423
Source File
plugins/authentication/openid/Auth/OpenID/Association.php

    if (!in_array($session_type,
                  Auth_OpenID_getSessionTypes($assoc_type))) {
        return FALSE;
      }

    return TRUE;


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

    if (!in_array($field_name, array_keys($Auth_OpenID_sreg_data_fields))) {
        return FALSE;
      }
    return TRUE;


Clone AbstractionParameter Count: 3Parameter Bindings

if (!in_array( [[#variable51f4e920]], [[#variable51f4e8a0]]( [[#variable51f4e860]]))) {
  return FALSE;
}
return TRUE;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#51f4e920]]
$field_name 
12[[#51f4e920]]
$session_type 
21[[#51f4e8a0]]
array_keys 
22[[#51f4e8a0]]
Auth_OpenID_getSessionTypes 
31[[#51f4e860]]
$Auth_OpenID_sreg_data_fields 
32[[#51f4e860]]
$assoc_type