8fd4c37c45585d761d279f2f6032ff9c6c049895
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method private login(ugi UserGroupInformation) : void from class org.apache.hadoop.hdfs.TestDFSPermission to public login(fs FileSystem, conf Configuration, ugi UserGroupInformation) : FileSystem from class org.apache.hadoop.hdfs.DFSTestUtil | From | To | |
| Rename Variable | 2 | ||
| Rename Variable fs : FileSystem to fileSystem : FileSystem in method public testNonDefaultFS() : void in class org.apache.hadoop.hdfs.TestHDFSTrash | From | To | |
| Rename Variable conf : Configuration to config : Configuration in method public testNonDefaultFS() : void in class org.apache.hadoop.hdfs.TestHDFSTrash | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to FileSystem in method public login(fs FileSystem, conf Configuration, ugi UserGroupInformation) : FileSystem in class org.apache.hadoop.hdfs.DFSTestUtil | From | To |