Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.981 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 244 | plugins/authentication/openid/Auth/OpenID/BigMath.php |
2 | 1 | 246 | plugins/authentication/openid/Auth/OpenID/BigMath.php |
| ||||
$result= $this->mod($this->mul($result, $square), $modulus); |
| ||||
$square= $this->mod($this->mul($square, $square), $modulus); |
| |||
[[#variable45ff0900]]=$this->mod($this->mul( [[#variable45ff0900]],$square),$modulus); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#45ff0900]] | $square |
1 | 2 | [[#45ff0900]] | $result |