| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 2 | 0.988 | for_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 48 | plugins/authentication/openid/Auth/OpenID/URINorm.php |
| 2 | 2 | 52 | plugins/authentication/openid/Auth/OpenID/URINorm.php |
| 3 | 2 | 56 | plugins/authentication/openid/Auth/OpenID/URINorm.php |
| ||||
for ($i= ord('A'); $i<= ord('Z'); $i ++) {
$_unreserved[$i]= TRUE;
}
|
| ||||
for ($i= ord('0'); $i<= ord('9'); $i ++) {
$_unreserved[$i]= TRUE;
}
|
| ||||
for ($i= ord('a'); $i<= ord('z'); $i ++) {
$_unreserved[$i]= TRUE;
}
|
| |||
for ($i=ord( [[#variable4ce3a340]]); $i<=ord( [[#variable4ce3a260]]); $i ++) {
$_unreserved[$i]=TRUE;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4ce3a340]] | 'A' |
| 1 | 2 | [[#4ce3a340]] | '0' |
| 1 | 3 | [[#4ce3a340]] | 'a' |
| 2 | 1 | [[#4ce3a260]] | 'Z' |
| 2 | 2 | [[#4ce3a260]] | '9' |
| 2 | 3 | [[#4ce3a260]] | 'z' |