CloneSet1897


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.967statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1449
plugins/authentication/openid/Auth/OpenID/CryptUtil.php
2388
plugins/authentication/openid/Auth/OpenID/CryptUtil.php
Clone Instance
1
Line Count
4
Source Line
49
Source File
plugins/authentication/openid/Auth/OpenID/CryptUtil.php

                                  {
                    $msg=  'Define Auth_OpenID_RAND_SOURCE as null to '
                           . ' continue with an insecure random number generator.';
                    trigger_error($msg, E_USER_ERROR);
                  }


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

                            {
            $msg=  'More than 256 characters supplied to '
                   .                                         __FUNCTION__;
            trigger_error($msg, E_USER_ERROR);
          }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  $msg= [[#variable3e39c940]]
       .  [[#variable3e39cd00]];
  trigger_error($msg,E_USER_ERROR);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3e39c940]]
'More than 256 characters supplied to ' 
12[[#3e39c940]]
'Define Auth_OpenID_RAND_SOURCE as null to ' 
21[[#3e39cd00]]
__FUNCTION__ 
22[[#3e39cd00]]
' continue with an insecure random number generator.'