82183d2887fb80ea0742131301ff173cb7d712f1
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public getNames() : List<String> from class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetailsProvider to public getNames() : List<String> from class org.pentaho.di.connections.vfs.BaseVFSConnectionProvider | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type connectionDetails : OtherConnectionDetails to connectionDetails : T in method public prepare(connectionDetails T) : T in class org.pentaho.di.connections.vfs.BaseVFSConnectionProvider | From | To | |
| Move Method | 1 | ||
| Move Method public prepare(connectionDetails OtherConnectionDetails) : OtherConnectionDetails from class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetailsProvider to public prepare(connectionDetails T) : T from class org.pentaho.di.connections.vfs.BaseVFSConnectionProvider | From | To | |
| Change Return Type | 1 | ||
| Change Return Type OtherConnectionDetails to T in method public prepare(connectionDetails T) : T in class org.pentaho.di.connections.vfs.BaseVFSConnectionProvider | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute private connectionManagerSupplier : Supplier<ConnectionManager> from class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetailsProvider to private connectionManagerSupplier : Supplier<ConnectionManager> from class org.pentaho.di.connections.vfs.BaseVFSConnectionProvider | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.pentaho.di.connections.vfs.BaseVFSConnectionProvider from classes [org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetailsProvider] | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter vfsConnectionDetails : OtherConnectionDetails to otherConnectionDetails : OtherConnectionDetails in method public getProtocol(otherConnectionDetails OtherConnectionDetails) : String in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetailsProvider | From | To |