CloneSet1299


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

        $order[]=  array( 'HMAC-SHA1', 'DH-SHA1'
                        );
        if (Auth_OpenID_HMACSHA256_SUPPORTED) {
            $order[]=  array( 'HMAC-SHA256', 'DH-SHA256'
                            );
          }


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

    $order[]=  array( 'HMAC-SHA1', 'no-encryption'
                    );
    if (Auth_OpenID_HMACSHA256_SUPPORTED) {
        $order[]=  array( 'HMAC-SHA256', 'no-encryption'
                        );
      }


Clone AbstractionParameter Count: 2Parameter Bindings

$order[]=array( 'HMAC-SHA1',
                 [[#variable21489580]]
              );
if (Auth_OpenID_HMACSHA256_SUPPORTED) {
  $order[]=array( 'HMAC-SHA256',
                   [[#variable214894a0]]
                );
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21489580]]
'DH-SHA1' 
12[[#21489580]]
'no-encryption' 
21[[#214894a0]]
'DH-SHA256' 
22[[#214894a0]]
'no-encryption'