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.972 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 147 | plugins/authentication/openid/Auth/OpenID/URINorm.php |
2 | 3 | 191 | plugins/authentication/openid/Auth/OpenID/URINorm.php |
| ||||
if (count($uri_matches)< 9) { for ($i= count($uri_matches); $i<= 9; $i ++) { $uri_matches[]= ''; } } |
| ||||
if (count($authority_matches)< 4) { for ($i= count($authority_matches); $i<= 4; $i ++) { $authority_matches[]= ''; } } |
| |||
if (count( [[#variable40b7eea0]])< [[#variable40b7ee40]]) { for ($i=count( [[#variable40b7eea0]]); $i<= [[#variable40b7ee40]]; $i ++) { [[#variable40b7eea0]][]=''; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#40b7eea0]] | $authority_matches |
1 | 2 | [[#40b7eea0]] | $uri_matches |
2 | 1 | [[#40b7ee40]] | 4 |
2 | 2 | [[#40b7ee40]] | 9 |