Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 4 | 0.965 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 187 | libraries/joomla/application/component/view.php |
2 | 3 | 434 | plugins/authentication/openid/Auth/OpenID/AX.php |
3 | 3 | 623 | plugins/authentication/openid/Auth/OpenID/AX.php |
4 | 4 | 761 | plugins/authentication/openid/Auth/OpenID/Consumer.php |
| ||||
$result= $this->loadTemplate($tpl); if (JError::isError($result)) { return $result; } |
| ||||
$result= $this->_checkMode($ax_args); if (Auth_OpenID_AX::isError($result)) { return $result; } |
| ||||
$result= $this->_checkMode($ax_args); if (Auth_OpenID_AX::isError($result)) { return $result; } |
| ||||
// Checks for presence of appropriate fields (and checks // signed list fields) $result= $this->_idResCheckForFields($message); if (Auth_OpenID::isFailure($result)) { return $result; } |
| |||
// Checks for presence of appropriate fields (and checks // signed list fields) $result=$this-> [[#variable24241640]]( [[#variable24241560]]); if ( [[#variable24ca1a00]]:: [[#variable242415a0]]($result)) { return $result; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#24241640]] | _checkMode |
1 | 2 | [[#24241640]] | _idResCheckForFields |
1 | 3 | [[#24241640]] | loadTemplate |
1 | 4 | [[#24241640]] | _checkMode |
2 | 1 | [[#24241560]] | $ax_args |
2 | 2 | [[#24241560]] | $message |
2 | 3 | [[#24241560]] | $tpl |
2 | 4 | [[#24241560]] | $ax_args |
3 | 1 | [[#24ca1a00]] | Auth_OpenID_AX |
3 | 2 | [[#24ca1a00]] | Auth_OpenID |
3 | 3 | [[#24ca1a00]] | JError |
3 | 4 | [[#24ca1a00]] | Auth_OpenID_AX |
4 | 1 | [[#242415a0]] | isError |
4 | 2 | [[#242415a0]] | isFailure |
4 | 3 | [[#242415a0]] | isError |
4 | 4 | [[#242415a0]] | isError |