CloneSet1828


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.968if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12229
plugins/authentication/openid/Auth/OpenID/Server.php
23233
plugins/authentication/openid/Auth/OpenID/Server.php
Clone Instance
1
Line Count
2
Source Line
229
Source File
plugins/authentication/openid/Auth/OpenID/Server.php

        if ($this->contact !== NULL) {
            $reply->setArg(Auth_OpenID_OPENID_NS, 'contact', $this->contact);
          }


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

        if ($this->reference !== NULL) {
            $reply->setArg(Auth_OpenID_OPENID_NS, 'reference',
                           $this->reference);
          }


Clone AbstractionParameter Count: 2Parameter Bindings

if ($this-> [[#variable41cf82c0]]!== NULL) {
  $reply->setArg(Auth_OpenID_OPENID_NS, [[#variable41cf8280]],$this-> [[#variable41cf82c0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#41cf82c0]]
contact 
12[[#41cf82c0]]
reference 
21[[#41cf8280]]
'contact' 
22[[#41cf8280]]
'reference'