Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.991 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 250 | plugins/authentication/openid/Auth/OpenID/Server.php |
2 | 7 | 1196 | plugins/authentication/openid/Auth/OpenID/Server.php |
| ||||
{ if ($this->message->isOpenID2() && (strlen($this->encodeToURL())> Auth_OpenID_OPENID1_URL_LIMIT)) { return Auth_OpenID_ENCODE_HTML_FORM; } else { return Auth_OpenID_ENCODE_URL; } } |
| ||||
{ if ($this->fields->isOpenID2() && (strlen($this->encodeToURL())> Auth_OpenID_OPENID1_URL_LIMIT)) { return Auth_OpenID_ENCODE_HTML_FORM; } else { return Auth_OpenID_ENCODE_URL; } } |
| |||
{ if ($this-> [[#variable516359a0]]->isOpenID2() && (strlen($this->encodeToURL())>Auth_OpenID_OPENID1_URL_LIMIT)) { return Auth_OpenID_ENCODE_HTML_FORM; } else { return Auth_OpenID_ENCODE_URL; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#516359a0]] | fields |
1 | 2 | [[#516359a0]] | message |