8a40953058d50d421d62b71067a13b626b3cba1f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method package getFileSytem(conf Configuration) : FileSystem renamed to package getFileSystem(conf Configuration) : FileSystem in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService.CachedFileSystem | From | To | |
| Move Class | 1 | ||
| Move Class org.apache.hadoop.hdfs.web.WebHdfsFileSystem.DirListingIterator moved to org.apache.hadoop.fs.FileSystem.DirListingIterator | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute thisListing : DirectoryListing to entries : DirectoryEntries in class org.apache.hadoop.fs.FileSystem.DirListingIterator | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type thisListing : DirectoryListing to entries : DirectoryEntries in class org.apache.hadoop.fs.FileSystem.DirListingIterator | From | To | |
| Extract Method | 2 | ||
| Extract Method protected getHttpFSFileSystem(conf Configuration) : FileSystem extracted from protected getHttpFSFileSystem() : FileSystem in class org.apache.hadoop.fs.http.client.BaseTestHttpFSWith | From | To | |
| Extract Method private toFileStatuses(json JSONObject, f Path) : FileStatus[] extracted from public listStatus(f Path) : FileStatus[] in class org.apache.hadoop.fs.http.client.HttpFSFileSystem | From | To |