CloneSet1656


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2240.962statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1253
plugins/authentication/ldap.php
2255
plugins/authentication/ldap.php
Clone Instance
1
Line Count
2
Source Line
53
Source File
plugins/authentication/ldap.php

                // load plugin params info
                $ldap_email=      $this->params->get('ldap_email');
                $ldap_fullname=   $this->params->get('ldap_fullname');


Clone Instance
2
Line Count
2
Source Line
55
Source File
plugins/authentication/ldap.php

                $ldap_uid=                $this->params->get('ldap_uid');
                $auth_method=     $this->params->get('auth_method');


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable5234c1a0]]=$this->params->get( [[#variable45ff1d20]]);
 [[#variable45ff1d40]]=$this->params->get( [[#variable45ff31a0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5234c1a0]]
// load plugin params info
$ldap_email 
12[[#5234c1a0]]
$ldap_uid 
21[[#45ff1d20]]
'ldap_email' 
22[[#45ff1d20]]
'ldap_uid' 
31[[#45ff1d40]]
$ldap_fullname 
32[[#45ff1d40]]
$auth_method 
41[[#45ff31a0]]
'ldap_fullname' 
42[[#45ff31a0]]
'auth_method'