Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.986 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 378 | libraries/joomla/client/ftp.php |
2 | 3 | 411 | libraries/joomla/client/ftp.php |
| ||||
if (($ret= @ftp_pwd($this->_conn)) === FALSE) { JError::raiseWarning('35', 'JFTP::pwd: Bad response'); return FALSE; } |
| ||||
if (($ret= @ftp_systype($this->_conn)) === FALSE) { JError::raiseWarning('35', 'JFTP::syst: Bad response'); return FALSE; } |
| |||
if (($ret=@ [[#variable1f018ac0]]($this->_conn)) === FALSE) { JError::raiseWarning('35', [[#variable1f018a00]]); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1f018ac0]] | ftp_pwd |
1 | 2 | [[#1f018ac0]] | ftp_systype |
2 | 1 | [[#1f018a00]] | 'JFTP::pwd: Bad response' |
2 | 2 | [[#1f018a00]] | 'JFTP::syst: Bad response' |