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.957 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 59 | plugins/authentication/openid/Auth/OpenID/DiffieHellman.php |
2 | 4 | 65 | plugins/authentication/openid/Auth/OpenID/DiffieHellman.php |
| ||||
if ($mod === NULL) { $this->mod = $this->lib->init(Auth_OpenID_getDefaultMod()); } else { $this->mod = $mod; } |
| ||||
if ($gen === NULL) { $this->gen = $this->lib->init(Auth_OpenID_getDefaultGen()); } else { $this->gen = $gen; } |
| |||
if ( [[#variable51198780]]=== NULL) { $this-> [[#variable511987e0]]=$this->lib->init( [[#variable511987a0]]()); } else { $this-> [[#variable511987e0]]= [[#variable51198780]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51198780]] | $mod |
1 | 2 | [[#51198780]] | $gen |
2 | 1 | [[#511987e0]] | mod |
2 | 2 | [[#511987e0]] | gen |
3 | 1 | [[#511987a0]] | Auth_OpenID_getDefaultMod |
3 | 2 | [[#511987a0]] | Auth_OpenID_getDefaultGen |