| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 2 | 0.958 | if_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 173 | plugins/authentication/openid/Auth/Yadis/PlainHTTPFetcher.php |
| 2 | 2 | 288 | plugins/authentication/openid/Auth/Yadis/XRDS.php |
| ||||
if ($extra_headers
&& is_array($extra_headers)) {
$headers= array_merge($headers, $extra_headers);
}
|
| ||||
if ($extra_ns_map
&& is_array($extra_ns_map)) {
$ns_map= array_merge($ns_map, $extra_ns_map);
}
|
| |||
if ( [[#variable46928e80]]
&& is_array( [[#variable46928e80]])) {
[[#variable46928e00]]=array_merge( [[#variable46928e00]], [[#variable46928e80]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#46928e80]] | $extra_headers |
| 1 | 2 | [[#46928e80]] | $extra_ns_map |
| 2 | 1 | [[#46928e00]] | $headers |
| 2 | 2 | [[#46928e00]] | $ns_map |