CloneSet1818


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6230.968case
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16239
plugins/authentication/openid.php
26246
plugins/authentication/openid.php
Clone Instance
1
Line Count
6
Source Line
239
Source File
plugins/authentication/openid.php

                        case Auth_OpenID_CANCEL :
                                {
                                        $response->status = JAUTHENTICATE_STATUS_CANCEL;
                                        $response->error_message = 'Authentication cancelled';
                                      }
                                break;


Clone Instance
2
Line Count
6
Source Line
246
Source File
plugins/authentication/openid.php

                        case Auth_OpenID_FAILURE :
                                {
                                        $response->status = JAUTHENTICATE_STATUS_FAILURE;
                                        $response->error_message = 'Authentication failed';
                                      }
                                break;


Clone AbstractionParameter Count: 3Parameter Bindings

case [[#variable540bed60]]:
  {
    $response->status = [[#variable540bede0]];
    $response->error_message = [[#variable540bedc0]];
  }
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#540bed60]]
Auth_OpenID_FAILURE 
12[[#540bed60]]
Auth_OpenID_CANCEL 
21[[#540bede0]]
JAUTHENTICATE_STATUS_FAILURE 
22[[#540bede0]]
JAUTHENTICATE_STATUS_CANCEL 
31[[#540bedc0]]
'Authentication failed' 
32[[#540bedc0]]
'Authentication cancelled'