CloneSet1235


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.986statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171383
plugins/authentication/openid/Auth/OpenID/Server.php
261427
plugins/authentication/openid/Auth/OpenID/Server.php
Clone Instance
1
Line Count
7
Source Line
1383
Source File
plugins/authentication/openid/Auth/OpenID/Server.php

        if ($dumb) {
            $key=  $this->dumb_key;
          }
        else   {
            $key=  $this->normal_key;
          }
        $this->store->storeAssociation($key, $assoc);


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

        if ($dumb) {
            $key=  $this->dumb_key;
          }
        else   {
            $key=  $this->normal_key;
          }
        $this->store->removeAssociation($key, $assoc_handle);


Clone AbstractionParameter Count: 2Parameter Bindings

if ($dumb) {
  $key=$this->dumb_key;
}
else {
  $key=$this->normal_key;
}
$this->store-> [[#variable22789140]]($key, [[#variable22789180]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#22789140]]
removeAssociation 
12[[#22789140]]
storeAssociation 
21[[#22789180]]
$assoc_handle 
22[[#22789180]]
$assoc