CloneSet1602


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.973if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15149
plugins/authentication/openid/Auth/OpenID/SQLStore.php
25156
plugins/authentication/openid/Auth/OpenID/SQLStore.php
Clone Instance
1
Line Count
5
Source Line
149
Source File
plugins/authentication/openid/Auth/OpenID/SQLStore.php

        if ($missing) {
            trigger_error("Expected keys in SQL query list: "
                          . implode(", ", $missing),
                          E_USER_ERROR);
            return;
          }


Clone Instance
2
Line Count
5
Source Line
156
Source File
plugins/authentication/openid/Auth/OpenID/SQLStore.php

        if ($empty) {
            trigger_error("SQL list keys have no SQL strings: "
                          . implode(", ", $empty),
                          E_USER_ERROR);
            return;
          }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable525459e0]]) {
  trigger_error( [[#variable525459c0]]
                . implode(", ", [[#variable525459e0]]),E_USER_ERROR);
  return;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#525459e0]]
$missing 
12[[#525459e0]]
$empty 
21[[#525459c0]]
"Expected keys in SQL query list: " 
22[[#525459c0]]
"SQL list keys have no SQL strings: "