CloneSet1742


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.970or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14553
plugins/authentication/openid/Auth/OpenID/Consumer.php
24587
plugins/authentication/openid/Auth/OpenID/Server.php
Clone Instance
1
Line Count
4
Source Line
553
Source File
plugins/authentication/openid/Auth/OpenID/Consumer.php

             array( 
      'no-encryption' => 'Auth_OpenID_PlainTextConsumerSession',
      'DH-SHA1' => 'Auth_OpenID_DiffieHellmanSHA1ConsumerSession',
      'DH-SHA256' => 'Auth_OpenID_DiffieHellmanSHA256ConsumerSession'
                  )


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

               array( 
          'no-encryption' => 'Auth_OpenID_PlainTextServerSession',
          'DH-SHA1' => 'Auth_OpenID_DiffieHellmanSHA1ServerSession',
          'DH-SHA256' => 'Auth_OpenID_DiffieHellmanSHA256ServerSession'
                    )


Clone AbstractionParameter Count: 3Parameter Bindings

array( 'no-encryption' => [[#variable48e286e0]],
       'DH-SHA1' => [[#variable4e4bbc00]],
       'DH-SHA256' => [[#variable48e28700]]
     )
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#48e286e0]]
'Auth_OpenID_PlainTextConsumerSession' 
12[[#48e286e0]]
'Auth_OpenID_PlainTextServerSession' 
21[[#4e4bbc00]]
'Auth_OpenID_DiffieHellmanSHA1ConsumerSession' 
22[[#4e4bbc00]]
'Auth_OpenID_DiffieHellmanSHA1ServerSession' 
31[[#48e28700]]
'Auth_OpenID_DiffieHellmanSHA256ConsumerSession' 
32[[#48e28700]]
'Auth_OpenID_DiffieHellmanSHA256ServerSession'