CloneSet2005


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

        if (!$matches) {
            return NULL;
          }
        $first=  $matches[0];


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

        if (!$matches) {
            return FALSE;
          }
        $tld=  $matches[1];


Clone AbstractionParameter Count: 3Parameter Bindings

if (!$matches) {
  return [[#variable46f82f00]];
}
 [[#variable46f80140]]=$matches[ [[#variable46f800a0]]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46f82f00]]
FALSE 
12[[#46f82f00]]
NULL 
21[[#46f80140]]
$tld 
22[[#46f80140]]
$first 
31[[#46f800a0]]
1 
32[[#46f800a0]]
0