Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.994 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 273 | plugins/authentication/openid/Auth/OpenID/FileStore.php |
2 | 9 | 444 | plugins/authentication/openid/Auth/OpenID/SQLStore.php |
| ||||
$issued= array(); $assocs= array(); foreach ($matching_associations as $key => $assoc) { $issued[$key]= $assoc[0]; $assocs[$key]= $assoc[1]; } array_multisort($issued, SORT_DESC, $assocs, SORT_DESC, $matching_associations); |
| ||||
$issued= array(); $assocs= array(); foreach ($associations as $key => $assoc) { $issued[$key]= $assoc[0]; $assocs[$key]= $assoc[1]; } array_multisort($issued, SORT_DESC, $assocs, SORT_DESC, $associations); |
| |||
$issued=array(); $assocs=array(); foreach ( [[#variable4e232f00]]as $key => $assoc) { $issued[$key]=$assoc[0]; $assocs[$key]=$assoc[1]; } array_multisort($issued,SORT_DESC,$assocs,SORT_DESC, [[#variable4e232f00]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e232f00]] | $matching_associations |
1 | 2 | [[#4e232f00]] | $associations |