638ef5a876b0c399a4b4bc6ada861a5cf8fcc09f
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private createWithImplicitSslServer(port int, username String, password String) : FtpServer renamed to private createServer(port int, username String, password String, implicitSsl boolean) : FtpServer in class org.pentaho.di.job.entries.ftpsget.FtpsServer | From | To | |
| Rename Variable | 2 | ||
| Rename Variable realProxy_host : String to realProxyHost : String in method package createAndSetUpFtpClient() : FTPClient in class org.pentaho.di.job.entries.ftpput.JobEntryFTPPUT | From | To | |
| Rename Variable ftpclient : FTPClient to ftpClient : FTPClient in method package createAndSetUpFtpClient() : FTPClient in class org.pentaho.di.job.entries.ftpput.JobEntryFTPPUT | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute public FTP_DEFAULT_PORT : int in class org.pentaho.di.job.entries.ftpput.JobEntryFTPPUT | From | To | |
| Extract Method | 2 | ||
| Extract Method package createAndSetUpFtpClient() : FTPClient extracted from public execute(previousResult Result, nr int) : Result in class org.pentaho.di.job.entries.ftpput.JobEntryFTPPUT | From | To | |
| Extract Method package createFtpClient() : FTPClient extracted from public execute(previousResult Result, nr int) : Result in class org.pentaho.di.job.entries.ftpput.JobEntryFTPPUT | From | To |