CloneSet1560


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.957if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1459
plugins/authentication/openid/Auth/OpenID/DiffieHellman.php
2465
plugins/authentication/openid/Auth/OpenID/DiffieHellman.php
Clone Instance
1
Line Count
4
Source Line
59
Source File
plugins/authentication/openid/Auth/OpenID/DiffieHellman.php

        if ($mod === NULL) {
            $this->mod = $this->lib->init(Auth_OpenID_getDefaultMod());
          }
        else   {
            $this->mod = $mod;
          }


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

        if ($gen === NULL) {
            $this->gen = $this->lib->init(Auth_OpenID_getDefaultGen());
          }
        else   {
            $this->gen = $gen;
          }


Clone AbstractionParameter Count: 3Parameter Bindings

if ( [[#variable51198780]]=== NULL) {
  $this-> [[#variable511987e0]]=$this->lib->init( [[#variable511987a0]]());
}
else {
  $this-> [[#variable511987e0]]= [[#variable51198780]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#51198780]]
$mod 
12[[#51198780]]
$gen 
21[[#511987e0]]
mod 
22[[#511987e0]]
gen 
31[[#511987a0]]
Auth_OpenID_getDefaultMod 
32[[#511987a0]]
Auth_OpenID_getDefaultGen