CloneSet2002


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.988statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15993
plugins/authentication/openid/Auth/OpenID/Server.php
25999
plugins/authentication/openid/Auth/OpenID/Server.php
Clone Instance
1
Line Count
5
Source Line
993
Source File
plugins/authentication/openid/Auth/OpenID/Server.php

                                                {
            if ($this->immediate) {
                $mode=  'id_res';
              }
            else   {
                $mode=  'cancel';
              }
          }


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

               {
            if ($this->immediate) {
                $mode=  'setup_needed';
              }
            else   {
                $mode=  'cancel';
              }
          }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if ($this->immediate) {
    $mode= [[#variable46f80000]];
  }
  else {
    $mode='cancel';
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46f80000]]
'setup_needed' 
12[[#46f80000]]
'id_res'