Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 0 | 1.000 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 435 | plugins/authentication/openid/Auth/Yadis/XRDS.php |
2 | 9 | 453 | plugins/authentication/openid/Auth/Yadis/XRDS.php |
| ||||
$pri= $service->getPriority(); if ($pri === NULL) { $pri= SERVICES_YADIS_MAX_PRIORITY; } if (!array_key_exists($pri, $filtered)) { $filtered[$pri]= array(); } $filtered[$pri][]= $service; |
| ||||
$pri= $service->getPriority(); if ($pri === NULL) { $pri= SERVICES_YADIS_MAX_PRIORITY; } if (!array_key_exists($pri, $filtered)) { $filtered[$pri]= array(); } $filtered[$pri][]= $service; |
| |||
$pri=$service->getPriority(); if ($pri === NULL) { $pri=SERVICES_YADIS_MAX_PRIORITY; } if (!array_key_exists($pri,$filtered)) { $filtered[$pri]=array(); } $filtered[$pri][]=$service; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |