Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.986 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1383 | plugins/authentication/openid/Auth/OpenID/Server.php |
2 | 6 | 1427 | plugins/authentication/openid/Auth/OpenID/Server.php |
| ||||
if ($dumb) { $key= $this->dumb_key; } else { $key= $this->normal_key; } $this->store->storeAssociation($key, $assoc); |
| ||||
if ($dumb) { $key= $this->dumb_key; } else { $key= $this->normal_key; } $this->store->removeAssociation($key, $assoc_handle); |
| |||
if ($dumb) { $key=$this->dumb_key; } else { $key=$this->normal_key; } $this->store-> [[#variable22789140]]($key, [[#variable22789180]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#22789140]] | removeAssociation |
1 | 2 | [[#22789140]] | storeAssociation |
2 | 1 | [[#22789180]] | $assoc_handle |
2 | 2 | [[#22789180]] | $assoc |