CloneSet913


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1657
plugins/authentication/openid/Auth/Yadis/PlainHTTPFetcher.php
26186
plugins/authentication/openid/Auth/Yadis/PlainHTTPFetcher.php
Clone Instance
1
Line Count
6
Source Line
57
Source File
plugins/authentication/openid/Auth/Yadis/PlainHTTPFetcher.php

                if ($parts['scheme'] == 'http') {
                    $parts['port']=  80;
                  }
                  elseif ($parts['scheme'] == 'https') {
                    $parts['port']=  443;
                  }
                  else {
                    return NULL;
                  }


Clone Instance
2
Line Count
6
Source Line
186
Source File
plugins/authentication/openid/Auth/Yadis/PlainHTTPFetcher.php

            if ($parts['scheme'] == 'http') {
                $parts['port']=  80;
              }
              elseif ($parts['scheme'] == 'https') {
                $parts['port']=  443;
              }
              else {
                return NULL;
              }


Clone AbstractionParameter Count: 0Parameter Bindings

if ($parts['scheme'] == 'http') {
  $parts['port']=80;
}
elseif ($parts['scheme'] == 'https') {
  $parts['port']=443;
}
else {
  return NULL;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None