Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.977 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 94 | plugins/authentication/openid.php |
2 | 2 | 98 | plugins/authentication/openid.php |
3 | 2 | 102 | plugins/authentication/openid.php |
| ||||
if ($this->params->get('phishing-resistant', 0)) { $policy_uris[]= 'http://schemas.openid.net/pape/policies/2007/06/phishing-resistant'; } |
| ||||
if ($this->params->get('multi-factor', 0)) { $policy_uris[]= 'http://schemas.openid.net/pape/policies/2007/06/multi-factor'; } |
| ||||
if ($this->params->get('multi-factor-physical', 0)) { $policy_uris[]= 'http://schemas.openid.net/pape/policies/2007/06/multi-factor-physical'; } |
| |||
if ($this->params->get( [[#variable487a73a0]],0)) { $policy_uris[]= [[#variable487a7340]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#487a73a0]] | 'multi-factor-physical' |
1 | 2 | [[#487a73a0]] | 'multi-factor' |
1 | 3 | [[#487a73a0]] | 'phishing-resistant' |
2 | 1 | [[#487a7340]] | 'http://schemas.openid.net/pape/policies/2007/06/multi-factor-physical' |
2 | 2 | [[#487a7340]] | 'http://schemas.openid.net/pape/policies/2007/06/multi-factor' |
2 | 3 | [[#487a7340]] | 'http://schemas.openid.net/pape/policies/2007/06/phishing-resistant' |