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.965 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 205 | plugins/authentication/openid/Auth/OpenID/URINorm.php |
2 | 3 | 227 | plugins/authentication/openid/Auth/OpenID/URINorm.php |
| ||||
$host= preg_replace_callback( Auth_OpenID_getEncodedPattern(), 'Auth_OpenID_pct_encoded_replace', $host); |
| ||||
$path= preg_replace_callback( Auth_OpenID_getEncodedPattern(), 'Auth_OpenID_pct_encoded_replace_unreserved', $path); |
| |||
[[#variable45feeec0]]=preg_replace_callback(Auth_OpenID_getEncodedPattern(), [[#variable45feee20]], [[#variable45feeec0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#45feeec0]] | $path |
1 | 2 | [[#45feeec0]] | $host |
2 | 1 | [[#45feee20]] | 'Auth_OpenID_pct_encoded_replace_unreserved' |
2 | 2 | [[#45feee20]] | 'Auth_OpenID_pct_encoded_replace' |