3ca4d6ddfd199c95677721ff3bcb95d1da45bd88
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 1 | ||
| Inline Method package resolve(startingDir INodeDirectory, components byte[][], isRaw boolean, resolveLink boolean) : INodesInPath inlined to package resolve(startingDir INodeDirectory, components byte[][], resolveLink boolean) : INodesInPath in class org.apache.hadoop.hdfs.server.namenode.INodesInPath | From | To | |
| Change Return Type | 1 | ||
| Change Return Type HdfsFileStatus to HdfsLocatedFileStatus in method private createLocatedFileStatus(fsd FSDirectory, path byte[], nodeAttrs INodeAttributes, storagePolicy byte, snapshot int, isRawPath boolean, iip INodesInPath) : HdfsLocatedFileStatus in class org.apache.hadoop.hdfs.server.namenode.FSDirStatAndListingOp | From | To | |
| Split Parameter | 2 | ||
| Split Parameter iip : INodesInPath to [snapshot : int, isRawPath : boolean] in method private createLocatedFileStatus(fsd FSDirectory, path byte[], nodeAttrs INodeAttributes, storagePolicy byte, snapshot int, isRawPath boolean, iip INodesInPath) : HdfsLocatedFileStatus in class org.apache.hadoop.hdfs.server.namenode.FSDirStatAndListingOp | From | To | |
| Split Parameter iip : INodesInPath to [snapshot : int, isRawPath : boolean] in method package createFileStatus(fsd FSDirectory, path byte[], nodeAttrs INodeAttributes, storagePolicy byte, snapshot int, isRawPath boolean, iip INodesInPath) : HdfsFileStatus in class org.apache.hadoop.hdfs.server.namenode.FSDirStatAndListingOp | From | To | |
| Inline Variable | 1 | ||
| Inline Variable isRaw : boolean in method public resolvePath(pc FSPermissionChecker, src String, resolveLink boolean) : INodesInPath from class org.apache.hadoop.hdfs.server.namenode.FSDirectory | From | To |