CloneSet1826


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

            if (!in_array($scheme, array( 'http', 'https'
                                        )))                 {
                return NULL;
              }


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

    if (!in_array($scheme, array( 'http', 'https'
                                )))                 {
        // Not an absolute HTTP or HTTPS URI
        return NULL;
      }


Clone AbstractionParameter Count: 0Parameter Bindings

if (!in_array($scheme,array( 'http',
                             'https'
                           ))) {
  // Not an absolute HTTP or HTTPS URI
  return NULL;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None