Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.973 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 348 | plugins/authentication/openid/Auth/OpenID/BigMath.php |
2 | 4 | 354 | plugins/authentication/openid/Auth/OpenID/BigMath.php |
| ||||
$result[]= array( 'modules' => array( 'gmp', 'php_gmp' ), 'extension' => 'gmp', 'class' => 'Auth_OpenID_GmpMathWrapper' ); |
| ||||
$result[]= array( 'modules' => array( 'bcmath', 'php_bcmath' ), 'extension' => 'bcmath', 'class' => 'Auth_OpenID_BcMathWrapper' ); |
| |||
$result[]=array( 'modules' => array( [[#variable224f1b20]], [[#variable224f1aa0]] ), 'extension' => [[#variable224f1b20]], 'class' => [[#variable224f1a00]] ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#224f1b20]] | 'bcmath' |
1 | 2 | [[#224f1b20]] | 'gmp' |
2 | 1 | [[#224f1aa0]] | 'php_bcmath' |
2 | 2 | [[#224f1aa0]] | 'php_gmp' |
3 | 1 | [[#224f1a00]] | 'Auth_OpenID_BcMathWrapper' |
3 | 2 | [[#224f1a00]] | 'Auth_OpenID_GmpMathWrapper' |