Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 11 | 4 | 0.950 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 448 | libraries/joomla/client/ftp.php |
2 | 3 | 476 | libraries/joomla/client/ftp.php |
3 | 3 | 579 | libraries/joomla/client/ftp.php |
4 | 3 | 608 | libraries/joomla/client/ftp.php |
5 | 3 | 662 | libraries/joomla/client/ftp.php |
6 | 3 | 716 | libraries/joomla/client/ftp.php |
7 | 3 | 789 | libraries/joomla/client/ftp.php |
8 | 3 | 862 | libraries/joomla/client/ftp.php |
9 | 3 | 942 | libraries/joomla/client/ftp.php |
10 | 3 | 1014 | libraries/joomla/client/ftp.php |
11 | 3 | 1103 | libraries/joomla/client/ftp.php |
| ||||
if (@ftp_chdir($this->_conn ,$path) === FALSE) { JError::raiseWarning('35', 'JFTP::chdir: Bad response'); return FALSE; } |
| ||||
if (@ftp_site($this->_conn ,'REIN') === FALSE) { JError::raiseWarning('35', 'JFTP::reinit: Bad response'); return FALSE; } |
| ||||
if (@ftp_rmdir($this->_conn ,$path) === FALSE) { JError::raiseWarning('35', 'JFTP::delete: Bad response'); return FALSE; } |
| ||||
if (@ftp_mkdir($this->_conn ,$path) === FALSE) { JError::raiseWarning('35', 'JFTP::mkdir: Bad response'); return FALSE; } |
| ||||
// turn passive mode on if (@ftp_pasv($this->_conn ,TRUE) === FALSE) { JError::raiseWarning('36', 'JFTP::create: Unable to use passive mode'); return FALSE; } |
| ||||
// turn passive mode on if (@ftp_pasv($this->_conn ,TRUE) === FALSE) { JError::raiseWarning('36', 'JFTP::read: Unable to use passive mode'); return FALSE; } |
| ||||
// turn passive mode on if (@ftp_pasv($this->_conn ,TRUE) === FALSE) { JError::raiseWarning('36', 'JFTP::get: Unable to use passive mode'); return FALSE; } |
| ||||
// turn passive mode on if (@ftp_pasv($this->_conn ,TRUE) === FALSE) { JError::raiseWarning('36', 'JFTP::store: Unable to use passive mode'); return FALSE; } |
| ||||
// turn passive mode on if (@ftp_pasv($this->_conn ,TRUE) === FALSE) { JError::raiseWarning('36', 'JFTP::write: Unable to use passive mode'); return FALSE; } |
| ||||
// turn passive mode on if (@ftp_pasv($this->_conn ,TRUE) === FALSE) { JError::raiseWarning('36', 'JFTP::listNames: Unable to use passive mode'); return FALSE; } |
| ||||
// turn passive mode on if (@ftp_pasv($this->_conn ,TRUE) === FALSE) { JError::raiseWarning('36', 'JFTP::listDetails: Unable to use passive mode'); return FALSE; } |
| |||
// turn passive mode on if (@ [[#variable3fc01080]]($this->_conn , [[#variable3fc01000]]) === FALSE) { JError::raiseWarning( [[#variable3fc00f40]], [[#variable3fc00ec0]]); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3fc01080]] | ftp_pasv |
1 | 2 | [[#3fc01080]] | ftp_pasv |
1 | 3 | [[#3fc01080]] | ftp_pasv |
1 | 4 | [[#3fc01080]] | ftp_pasv |
1 | 5 | [[#3fc01080]] | ftp_pasv |
1 | 6 | [[#3fc01080]] | ftp_pasv |
1 | 7 | [[#3fc01080]] | ftp_pasv |
1 | 8 | [[#3fc01080]] | ftp_chdir |
1 | 9 | [[#3fc01080]] | ftp_site |
1 | 10 | [[#3fc01080]] | ftp_rmdir |
1 | 11 | [[#3fc01080]] | ftp_mkdir |
2 | 1 | [[#3fc01000]] | TRUE |
2 | 2 | [[#3fc01000]] | TRUE |
2 | 3 | [[#3fc01000]] | TRUE |
2 | 4 | [[#3fc01000]] | TRUE |
2 | 5 | [[#3fc01000]] | TRUE |
2 | 6 | [[#3fc01000]] | TRUE |
2 | 7 | [[#3fc01000]] | TRUE |
2 | 8 | [[#3fc01000]] | $path |
2 | 9 | [[#3fc01000]] | 'REIN' |
2 | 10 | [[#3fc01000]] | $path |
2 | 11 | [[#3fc01000]] | $path |
3 | 1 | [[#3fc00f40]] | '36' |
3 | 2 | [[#3fc00f40]] | '36' |
3 | 3 | [[#3fc00f40]] | '36' |
3 | 4 | [[#3fc00f40]] | '36' |
3 | 5 | [[#3fc00f40]] | '36' |
3 | 6 | [[#3fc00f40]] | '36' |
3 | 7 | [[#3fc00f40]] | '36' |
3 | 8 | [[#3fc00f40]] | '35' |
3 | 9 | [[#3fc00f40]] | '35' |
3 | 10 | [[#3fc00f40]] | '35' |
3 | 11 | [[#3fc00f40]] | '35' |
4 | 1 | [[#3fc00ec0]] | 'JFTP::listNames: Unable to use passive mode' |
4 | 2 | [[#3fc00ec0]] | 'JFTP::read: Unable to use passive mode' |
4 | 3 | [[#3fc00ec0]] | 'JFTP::listDetails: Unable to use passive mode' |
4 | 4 | [[#3fc00ec0]] | 'JFTP::write: Unable to use passive mode' |
4 | 5 | [[#3fc00ec0]] | 'JFTP::get: Unable to use passive mode' |
4 | 6 | [[#3fc00ec0]] | 'JFTP::create: Unable to use passive mode' |
4 | 7 | [[#3fc00ec0]] | 'JFTP::store: Unable to use passive mode' |
4 | 8 | [[#3fc00ec0]] | 'JFTP::chdir: Bad response' |
4 | 9 | [[#3fc00ec0]] | 'JFTP::reinit: Bad response' |
4 | 10 | [[#3fc00ec0]] | 'JFTP::delete: Bad response' |
4 | 11 | [[#3fc00ec0]] | 'JFTP::mkdir: Bad response' |