Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.977 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 899 | libraries/joomla/client/ftp.php |
2 | 1 | 970 | libraries/joomla/client/ftp.php |
3 | 1 | 1055 | libraries/joomla/client/ftp.php |
4 | 1 | 1128 | libraries/joomla/client/ftp.php |
| ||||
JError::raiseWarning('35', 'JFTP::store: Bad response', 'Server response: ' . $this->_response . ' [Expected: 150 or 125] Path sent: ' . $remote); |
| ||||
JError::raiseWarning('35', 'JFTP::write: Bad response', 'Server response: ' . $this->_response . ' [Expected: 150 or 125] Path sent: ' . $remote); |
| ||||
JError::raiseWarning('35', 'JFTP::listNames: Bad response', 'Server response: ' . $this->_response . ' [Expected: 150 or 125] Path sent: ' . $path); |
| ||||
JError::raiseWarning('35', 'JFTP::listDetails: Bad response', 'Server response: ' . $this->_response . ' [Expected: 150 or 125] Path sent: ' . $path); |
| |||
JError::raiseWarning('35', [[#variable44c091c0]],'Server response: ' . $this->_response . ' [Expected: 150 or 125] Path sent: ' . [[#variable44c09200]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#44c091c0]] | 'JFTP::listDetails: Bad response' |
1 | 2 | [[#44c091c0]] | 'JFTP::write: Bad response' |
1 | 3 | [[#44c091c0]] | 'JFTP::listNames: Bad response' |
1 | 4 | [[#44c091c0]] | 'JFTP::store: Bad response' |
2 | 1 | [[#44c09200]] | $path |
2 | 2 | [[#44c09200]] | $remote |
2 | 3 | [[#44c09200]] | $path |
2 | 4 | [[#44c09200]] | $remote |