Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.989 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 963 | libraries/joomla/client/ftp.php |
2 | 3 | 1044 | libraries/joomla/client/ftp.php |
3 | 3 | 1116 | libraries/joomla/client/ftp.php |
| ||||
// Start passive mode if (!$this->_passive()) { JError::raiseWarning('36', 'JFTP::write: Unable to use passive mode'); return FALSE; } |
| ||||
// Start passive mode if (!$this->_passive()) { JError::raiseWarning('36', 'JFTP::listNames: Unable to use passive mode'); return FALSE; } |
| ||||
// Non Native mode // Start passive mode if (!$this->_passive()) { JError::raiseWarning('36', 'JFTP::listDetails: Unable to use passive mode'); return FALSE; } |
| |||
// Non Native mode // Start passive mode if (!$this->_passive()) { JError::raiseWarning('36', [[#variable491009e0]]); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#491009e0]] | 'JFTP::listDetails: Unable to use passive mode' |
1 | 2 | [[#491009e0]] | 'JFTP::listNames: Unable to use passive mode' |
1 | 3 | [[#491009e0]] | 'JFTP::write: Unable to use passive mode' |