Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.990 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1290 | libraries/joomla/client/ftp.php |
2 | 3 | 1364 | libraries/joomla/client/ftp.php |
| ||||
// Make sure we have a connection to the server if (!is_resource($this->_conn)) { JError::raiseWarning('31', 'JFTP::_putCmd: Not connected to the control port'); return FALSE; } |
| ||||
// Make sure we have a connection to the server if (!is_resource($this->_conn)) { JError::raiseWarning('31', 'JFTP::_passive: Not connected to the control port'); return FALSE; } |
| |||
// Make sure we have a connection to the server if (!is_resource($this->_conn)) { JError::raiseWarning('31', [[#variable55087ee0]]); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55087ee0]] | 'JFTP::_putCmd: Not connected to the control port' |
1 | 2 | [[#55087ee0]] | 'JFTP::_passive: Not connected to the control port' |