8ed73b4af8024167daeb4775e084b1f6a23fbf13
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getAdapter(clazz Class<T>) : T renamed to public unwrap(clazz Class<T>) : T in class org.apache.ignite.internal.processors.igfs.IgfsExUniversalFileSystemAdapter | From | To | |
Rename Method private fileSysForUser() : FileSystem renamed to private fileSystemForUser() : FileSystem in class org.apache.ignite.hadoop.fs.IgniteHadoopIgfsSecondaryFileSystem | From | To | |
Rename Method public getAdapter(clazz Class<T>) : T renamed to public unwrap(clazz Class<T>) : T in class org.apache.ignite.internal.processors.igfs.UniversalFileSystemAdapter | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type props : Map<String,String> to payload : Object in method public IgfsPaths(payload Object, dfltMode IgfsMode, pathModes List<T2<IgfsPath,IgfsMode>>) in class org.apache.ignite.internal.processors.igfs.IgfsPaths | From | To | |
Change Parameter Type fs : FileSystem to factory : HadoopFileSystemFactory in method public HadoopFileSystemUniversalFileSystemAdapter(factory HadoopFileSystemFactory) in class org.apache.ignite.igfs.HadoopFileSystemUniversalFileSystemAdapter | From | To | |
Rename Variable | 1 | ||
Rename Variable fileSystem : FileSystem to factory : CachingHadoopFileSystemFactory in method protected createSecondaryFileSystemStack() : IgfsSecondaryFileSystem in class org.apache.ignite.igfs.Hadoop1DualAbstractTest | From | To | |
Rename Attribute | 3 | ||
Rename Attribute props : Map<String,String> to payloadBytes : byte[] in class org.apache.ignite.internal.processors.igfs.IgfsPaths | From | To | |
Rename Attribute dfltFs : FileSystem to fsFactory : HadoopFileSystemFactory in class org.apache.ignite.hadoop.fs.IgniteHadoopIgfsSecondaryFileSystem | From | To | |
Rename Attribute dfltUserName : String to dfltUsrName : String in class org.apache.ignite.hadoop.fs.IgniteHadoopIgfsSecondaryFileSystem | From | To | |
Change Variable Type | 1 | ||
Change Variable Type fileSystem : FileSystem to factory : CachingHadoopFileSystemFactory in method protected createSecondaryFileSystemStack() : IgfsSecondaryFileSystem in class org.apache.ignite.igfs.Hadoop1DualAbstractTest | From | To | |
Extract Method | 2 | ||
Extract Method public setDefaultUserName(dfltUsrName String) : void extracted from public IgniteHadoopIgfsSecondaryFileSystem(uri String, cfgPath String, userName String) in class org.apache.ignite.hadoop.fs.IgniteHadoopIgfsSecondaryFileSystem | From | To | |
Extract Method public setFileSystemFactory(factory HadoopFileSystemFactory) : void extracted from public IgniteHadoopIgfsSecondaryFileSystem(uri String, cfgPath String, userName String) in class org.apache.ignite.hadoop.fs.IgniteHadoopIgfsSecondaryFileSystem | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type props : Map<String,String> to payloadBytes : byte[] in class org.apache.ignite.internal.processors.igfs.IgfsPaths | From | To | |
Change Attribute Type dfltFs : FileSystem to fsFactory : HadoopFileSystemFactory in class org.apache.ignite.hadoop.fs.IgniteHadoopIgfsSecondaryFileSystem | From | To | |
Rename Parameter | 5 | ||
Rename Parameter clo : IgniteOutClosure<T> to c : IgniteOutClosure<T> in method public doAs(user String, c IgniteOutClosure<T>) : T in class org.apache.ignite.igfs.IgfsUserContext | From | To | |
Rename Parameter userName : String to usrName : String in method public IgniteHadoopIgfsSecondaryFileSystem(uri String, cfgPath String, usrName String) in class org.apache.ignite.hadoop.fs.IgniteHadoopIgfsSecondaryFileSystem | From | To | |
Rename Parameter clbl : Callable<T> to c : Callable<T> in method public doAs(user String, c Callable<T>) : T in class org.apache.ignite.igfs.IgfsUserContext | From | To | |
Rename Parameter props : Map<String,String> to payload : Object in method public IgfsPaths(payload Object, dfltMode IgfsMode, pathModes List<T2<IgfsPath,IgfsMode>>) in class org.apache.ignite.internal.processors.igfs.IgfsPaths | From | To | |
Rename Parameter fs : FileSystem to factory : HadoopFileSystemFactory in method public HadoopFileSystemUniversalFileSystemAdapter(factory HadoopFileSystemFactory) in class org.apache.ignite.igfs.HadoopFileSystemUniversalFileSystemAdapter | From | To |