Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 4 | 0.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 794 | libraries/joomla/client/ftp.php |
2 | 5 | 867 | libraries/joomla/client/ftp.php |
| ||||
if (@ftp_get($this->_conn ,$local, $remote, $mode) === FALSE) { JError::raiseWarning('35', 'JFTP::get: Bad response'); return FALSE; } return TRUE; |
| ||||
if (@ftp_put($this->_conn ,$remote, $local, $mode) === FALSE) { JError::raiseWarning('35', 'JFTP::store: Bad response'); return FALSE; } return TRUE; |
| |||
if (@ [[#variable23929e20]]($this->_conn , [[#variable23929ce0]], [[#variable23929cc0]],$mode) === FALSE) { JError::raiseWarning('35', [[#variable23929d20]]); return FALSE; } return TRUE; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23929e20]] | ftp_put |
1 | 2 | [[#23929e20]] | ftp_get |
2 | 1 | [[#23929ce0]] | $remote |
2 | 2 | [[#23929ce0]] | $local |
3 | 1 | [[#23929cc0]] | $local |
3 | 2 | [[#23929cc0]] | $remote |
4 | 1 | [[#23929d20]] | 'JFTP::store: Bad response' |
4 | 2 | [[#23929d20]] | 'JFTP::get: Bad response' |