CloneSet1706


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.990if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131290
libraries/joomla/client/ftp.php
231364
libraries/joomla/client/ftp.php
Clone Instance
1
Line Count
3
Source Line
1290
Source File
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;
                      }


Clone Instance
2
Line Count
3
Source Line
1364
Source File
libraries/joomla/client/ftp.php

                // 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;
                      }


Clone AbstractionParameter Count: 1Parameter Bindings

// Make sure we have a connection to the server
if (!is_resource($this->_conn)) {
  JError::raiseWarning('31', [[#variable55087ee0]]);
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55087ee0]]
'JFTP::_putCmd: Not connected to the control port' 
12[[#55087ee0]]
'JFTP::_passive: Not connected to the control port'