CloneSet1051


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1420.977statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11899
libraries/joomla/client/ftp.php
21970
libraries/joomla/client/ftp.php
311055
libraries/joomla/client/ftp.php
411128
libraries/joomla/client/ftp.php
Clone Instance
1
Line Count
1
Source Line
899
Source File
libraries/joomla/client/ftp.php

                        JError::raiseWarning('35', 'JFTP::store: Bad response', 'Server response: '
                                                                                .                   $this->_response
                                                                                .                                    ' [Expected: 150 or 125] Path sent: '
                                                                                .                                                                          $remote);


Clone Instance
2
Line Count
1
Source Line
970
Source File
libraries/joomla/client/ftp.php

                        JError::raiseWarning('35', 'JFTP::write: Bad response', 'Server response: '
                                                                                .                   $this->_response
                                                                                .                                    ' [Expected: 150 or 125] Path sent: '
                                                                                .                                                                          $remote);


Clone Instance
3
Line Count
1
Source Line
1055
Source File
libraries/joomla/client/ftp.php

                        JError::raiseWarning('35', 'JFTP::listNames: Bad response', 'Server response: '
                                                                                    .                   $this->_response
                                                                                    .                                    ' [Expected: 150 or 125] Path sent: '
                                                                                    .                                                                          $path);


Clone Instance
4
Line Count
1
Source Line
1128
Source File
libraries/joomla/client/ftp.php

                                JError::raiseWarning('35', 'JFTP::listDetails: Bad response', 'Server response: '
                                                                                              .                   $this->_response
                                                                                              .                                    ' [Expected: 150 or 125] Path sent: '
                                                                                              .                                                                          $path);


Clone AbstractionParameter Count: 2Parameter Bindings

JError::raiseWarning('35', [[#variable44c091c0]],'Server response: '
                                                 . $this->_response
                                                 . ' [Expected: 150 or 125] Path sent: '
                                                 .  [[#variable44c09200]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#44c091c0]]
'JFTP::listDetails: Bad response' 
12[[#44c091c0]]
'JFTP::write: Bad response' 
13[[#44c091c0]]
'JFTP::listNames: Bad response' 
14[[#44c091c0]]
'JFTP::store: Bad response' 
21[[#44c09200]]
$path 
22[[#44c09200]]
$remote 
23[[#44c09200]]
$path 
24[[#44c09200]]
$remote