CloneSet1789


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

        $parsed=  Auth_OpenID_TrustRoot::_parse($realm);

        if ($parsed === FALSE) {
            return FALSE;
          }


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

        $parts=  Auth_OpenID_TrustRoot::_parse($trust_root);
        if ($parts === FALSE) {
            return FALSE;
          }


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable51cc44a0]]=Auth_OpenID_TrustRoot::_parse( [[#variable51cc4500]]);
if ( [[#variable51cc44a0]]=== FALSE) {
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#51cc44a0]]
$parts 
12[[#51cc44a0]]
$parsed 
21[[#51cc4500]]
$trust_root 
22[[#51cc4500]]
$realm