CloneSet117


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4901.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1297
libraries/joomla/filesystem/file.php
22147
libraries/joomla/filesystem/file.php
32215
libraries/joomla/filesystem/file.php
42313
libraries/joomla/filesystem/file.php
52363
libraries/joomla/filesystem/file.php
6466
libraries/joomla/filesystem/folder.php
74185
libraries/joomla/filesystem/folder.php
84306
libraries/joomla/filesystem/folder.php
94369
libraries/joomla/filesystem/folder.php
Clone Instance
1
Line Count
2
Source Line
97
Source File
libraries/joomla/filesystem/file.php

                        // Connect the FTP client
                        jimport('joomla.client.ftp');
                        $ftp=  & JFTP::getInstance($FTPOptions['host'], $FTPOptions['port'], NULL, $FTPOptions['user'], $FTPOptions['pass']);


Clone Instance
2
Line Count
2
Source Line
147
Source File
libraries/joomla/filesystem/file.php

                        // Connect the FTP client
                        jimport('joomla.client.ftp');
                        $ftp=  & JFTP::getInstance($FTPOptions['host'], $FTPOptions['port'], NULL, $FTPOptions['user'], $FTPOptions['pass']);


Clone Instance
3
Line Count
2
Source Line
215
Source File
libraries/joomla/filesystem/file.php

                        // Connect the FTP client
                        jimport('joomla.client.ftp');
                        $ftp=  & JFTP::getInstance($FTPOptions['host'], $FTPOptions['port'], NULL, $FTPOptions['user'], $FTPOptions['pass']);


Clone Instance
4
Line Count
2
Source Line
313
Source File
libraries/joomla/filesystem/file.php

                        // Connect the FTP client
                        jimport('joomla.client.ftp');
                        $ftp=  & JFTP::getInstance($FTPOptions['host'], $FTPOptions['port'], NULL, $FTPOptions['user'], $FTPOptions['pass']);


Clone Instance
5
Line Count
2
Source Line
363
Source File
libraries/joomla/filesystem/file.php

                        // Connect the FTP client
                        jimport('joomla.client.ftp');
                        $ftp=  & JFTP::getInstance($FTPOptions['host'], $FTPOptions['port'], NULL, $FTPOptions['user'], $FTPOptions['pass']);


Clone Instance
6
Line Count
4
Source Line
66
Source File
libraries/joomla/filesystem/folder.php

                        // Connect the FTP client
                        jimport('joomla.client.ftp');
                        $ftp=  &JFTP::getInstance(
                                $FTPOptions['host'], $FTPOptions['port'], NULL,
                                $FTPOptions['user'], $FTPOptions['pass']);


Clone Instance
7
Line Count
4
Source Line
185
Source File
libraries/joomla/filesystem/folder.php

                        // Connect the FTP client
                        jimport('joomla.client.ftp');
                        $ftp=  &JFTP::getInstance(
                                $FTPOptions['host'], $FTPOptions['port'], NULL,
                                $FTPOptions['user'], $FTPOptions['pass']);


Clone Instance
8
Line Count
4
Source Line
306
Source File
libraries/joomla/filesystem/folder.php

                        // Connect the FTP client
                        jimport('joomla.client.ftp');
                        $ftp=  &JFTP::getInstance(
                                $FTPOptions['host'], $FTPOptions['port'], NULL,
                                $FTPOptions['user'], $FTPOptions['pass']);


Clone Instance
9
Line Count
4
Source Line
369
Source File
libraries/joomla/filesystem/folder.php

                        // Connect the FTP client
                        jimport('joomla.client.ftp');
                        $ftp=  &JFTP::getInstance(
                                $FTPOptions['host'], $FTPOptions['port'], NULL,
                                $FTPOptions['user'], $FTPOptions['pass']);


Clone AbstractionParameter Count: 0Parameter Bindings

// Connect the FTP client
jimport('joomla.client.ftp');
$ftp= &JFTP::getInstance($FTPOptions['host'],$FTPOptions['port'],NULL,$FTPOptions['user'],$FTPOptions['pass']);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None