CloneSet1485


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

                    if (!array_key_exists($value_key, $ax_args)) {
                      return new Auth_OpenID_AX_Error(
                        sprintf(
                                "No value found for key %s",
                                $value_key));
                    }


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

                if (!array_key_exists($key, $ax_args)) {
                  return new Auth_OpenID_AX_Error(
                    sprintf(
                            "No value found for key %s",
                            $key));
                }


Clone AbstractionParameter Count: 1Parameter Bindings

if (!array_key_exists( [[#variable587cfb40]],$ax_args)) {
  return new Auth_OpenID_AX_Error(sprintf("No value found for key %s", [[#variable587cfb40]]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#587cfb40]]
$value_key 
12[[#587cfb40]]
$key