CloneSet1863


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.957statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13433
plugins/authentication/openid/Auth/OpenID.php
2398
plugins/authentication/openid/Auth/OpenID/TrustRoot.php
Clone Instance
1
Line Count
3
Source Line
433
Source File
plugins/authentication/openid/Auth/OpenID.php

        $normalized=  Auth_OpenID_urinorm($url);
        if ($normalized === NULL) {
            return NULL;
          }


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

        $trust_root=  Auth_OpenID_urinorm($trust_root);
        if ($trust_root === NULL) {
            return FALSE;
          }


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable4094aa40]]=Auth_OpenID_urinorm( [[#variable44013640]]);
if ( [[#variable4094aa40]]=== NULL) {
  return [[#variable40949940]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4094aa40]]
$trust_root 
12[[#4094aa40]]
$normalized 
21[[#44013640]]
$trust_root 
22[[#44013640]]
$url 
31[[#40949940]]
FALSE 
32[[#40949940]]
NULL