Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 14 | 4 | 0.961 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 328 | libraries/joomla/client/ftp.php |
2 | 3 | 456 | libraries/joomla/client/ftp.php |
3 | 3 | 512 | libraries/joomla/client/ftp.php |
4 | 3 | 518 | libraries/joomla/client/ftp.php |
5 | 3 | 589 | libraries/joomla/client/ftp.php |
6 | 3 | 616 | libraries/joomla/client/ftp.php |
7 | 3 | 642 | libraries/joomla/client/ftp.php |
8 | 3 | 692 | libraries/joomla/client/ftp.php |
9 | 3 | 765 | libraries/joomla/client/ftp.php |
10 | 3 | 832 | libraries/joomla/client/ftp.php |
11 | 3 | 918 | libraries/joomla/client/ftp.php |
12 | 3 | 988 | libraries/joomla/client/ftp.php |
13 | 3 | 1066 | libraries/joomla/client/ftp.php |
14 | 3 | 1140 | libraries/joomla/client/ftp.php |
| ||||
{ JError::raiseWarning('33', 'JFTP::login: Bad Username', 'Server response: ' . $this->_response . ' [Expected: 331] Username sent: ' . $user); return FALSE; } |
| ||||
{ JError::raiseWarning('35', 'JFTP::chdir: Bad response', 'Server response: ' . $this->_response . ' [Expected: 250] Path sent: ' . $path); return FALSE; } |
| ||||
{ JError::raiseWarning('35', 'JFTP::rename: Bad response', 'Server response: ' . $this->_response . ' [Expected: 320] From path sent: ' . $from); return FALSE; } |
| ||||
{ JError::raiseWarning('35', 'JFTP::rename: Bad response', 'Server response: ' . $this->_response . ' [Expected: 250] To path sent: ' . $to); return FALSE; } |
| ||||
{ JError::raiseWarning('35', 'JFTP::delete: Bad response', 'Server response: ' . $this->_response . ' [Expected: 250] Path sent: ' . $path); return FALSE; } |
| ||||
{ JError::raiseWarning('35', 'JFTP::mkdir: Bad response', 'Server response: ' . $this->_response . ' [Expected: 257] Path sent: ' . $path); return FALSE; } |
| ||||
{ JError::raiseWarning('35', 'JFTP::restart: Bad response', 'Server response: ' . $this->_response . ' [Expected: 350] Restart point sent: ' . $point); return FALSE; } |
| ||||
{ JError::raiseWarning('37', 'JFTP::create: Transfer Failed', 'Server response: ' . $this->_response . ' [Expected: 226] Path sent: ' . $path); return FALSE; } |
| ||||
{ JError::raiseWarning('37', 'JFTP::read: Transfer Failed', 'Server response: ' . $this->_response . ' [Expected: 226] Path sent: ' . $remote); return FALSE; } |
| ||||
{ JError::raiseWarning('37', 'JFTP::get: Transfer Failed', 'Server response: ' . $this->_response . ' [Expected: 226] Path sent: ' . $remote); return FALSE; } |
| ||||
{ JError::raiseWarning('37', 'JFTP::store: Transfer Failed', 'Server response: ' . $this->_response . ' [Expected: 226] Path sent: ' . $remote); return FALSE; } |
| ||||
{ JError::raiseWarning('37', 'JFTP::write: Transfer Failed', 'Server response: ' . $this->_response . ' [Expected: 226] Path sent: ' . $remote); return FALSE; } |
| ||||
{ JError::raiseWarning('37', 'JFTP::listNames: Transfer Failed', 'Server response: ' . $this->_response . ' [Expected: 226] Path sent: ' . $path); return FALSE; } |
| ||||
{ JError::raiseWarning('37', 'JFTP::listDetails: Transfer Failed', 'Server response: ' . $this->_response . ' [Expected: 226] Path sent: ' . $path); return FALSE; } |
| |||
{ JError::raiseWarning( [[#variable50562dc0]], [[#variable50562d60]],'Server response: ' . $this->_response . [[#variable50562ce0]] . [[#variable50562c40]]); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50562dc0]] | '33' |
1 | 2 | [[#50562dc0]] | '35' |
1 | 3 | [[#50562dc0]] | '35' |
1 | 4 | [[#50562dc0]] | '35' |
1 | 5 | [[#50562dc0]] | '35' |
1 | 6 | [[#50562dc0]] | '35' |
1 | 7 | [[#50562dc0]] | '35' |
1 | 8 | [[#50562dc0]] | '37' |
1 | 9 | [[#50562dc0]] | '37' |
1 | 10 | [[#50562dc0]] | '37' |
1 | 11 | [[#50562dc0]] | '37' |
1 | 12 | [[#50562dc0]] | '37' |
1 | 13 | [[#50562dc0]] | '37' |
1 | 14 | [[#50562dc0]] | '37' |
2 | 1 | [[#50562d60]] | 'JFTP::login: Bad Username' |
2 | 2 | [[#50562d60]] | 'JFTP::chdir: Bad response' |
2 | 3 | [[#50562d60]] | 'JFTP::rename: Bad response' |
2 | 4 | [[#50562d60]] | 'JFTP::rename: Bad response' |
2 | 5 | [[#50562d60]] | 'JFTP::delete: Bad response' |
2 | 6 | [[#50562d60]] | 'JFTP::mkdir: Bad response' |
2 | 7 | [[#50562d60]] | 'JFTP::restart: Bad response' |
2 | 8 | [[#50562d60]] | 'JFTP::create: Transfer Failed' |
2 | 9 | [[#50562d60]] | 'JFTP::read: Transfer Failed' |
2 | 10 | [[#50562d60]] | 'JFTP::get: Transfer Failed' |
2 | 11 | [[#50562d60]] | 'JFTP::store: Transfer Failed' |
2 | 12 | [[#50562d60]] | 'JFTP::write: Transfer Failed' |
2 | 13 | [[#50562d60]] | 'JFTP::listNames: Transfer Failed' |
2 | 14 | [[#50562d60]] | 'JFTP::listDetails: Transfer Failed' |
3 | 1 | [[#50562ce0]] | ' [Expected: 331] Username sent: ' |
3 | 2 | [[#50562ce0]] | ' [Expected: 250] Path sent: ' |
3 | 3 | [[#50562ce0]] | ' [Expected: 320] From path sent: ' |
3 | 4 | [[#50562ce0]] | ' [Expected: 250] To path sent: ' |
3 | 5 | [[#50562ce0]] | ' [Expected: 250] Path sent: ' |
3 | 6 | [[#50562ce0]] | ' [Expected: 257] Path sent: ' |
3 | 7 | [[#50562ce0]] | ' [Expected: 350] Restart point sent: ' |
3 | 8 | [[#50562ce0]] | ' [Expected: 226] Path sent: ' |
3 | 9 | [[#50562ce0]] | ' [Expected: 226] Path sent: ' |
3 | 10 | [[#50562ce0]] | ' [Expected: 226] Path sent: ' |
3 | 11 | [[#50562ce0]] | ' [Expected: 226] Path sent: ' |
3 | 12 | [[#50562ce0]] | ' [Expected: 226] Path sent: ' |
3 | 13 | [[#50562ce0]] | ' [Expected: 226] Path sent: ' |
3 | 14 | [[#50562ce0]] | ' [Expected: 226] Path sent: ' |
4 | 1 | [[#50562c40]] | $user |
4 | 2 | [[#50562c40]] | $path |
4 | 3 | [[#50562c40]] | $from |
4 | 4 | [[#50562c40]] | $to |
4 | 5 | [[#50562c40]] | $path |
4 | 6 | [[#50562c40]] | $path |
4 | 7 | [[#50562c40]] | $point |
4 | 8 | [[#50562c40]] | $path |
4 | 9 | [[#50562c40]] | $remote |
4 | 10 | [[#50562c40]] | $remote |
4 | 11 | [[#50562c40]] | $remote |
4 | 12 | [[#50562c40]] | $remote |
4 | 13 | [[#50562c40]] | $path |
4 | 14 | [[#50562c40]] | $path |