0ba8ff4b77db11fb68111f20fb077cffddd24f17
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package getLatestKeyVersion(dir FSDirectory, zone String, pc FSPermissionChecker) : KeyVersion renamed to package getCurrentKeyVersion(dir FSDirectory, zone String) : String in class org.apache.hadoop.hdfs.server.namenode.FSDirEncryptionZoneOp | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method package reencryptEncryptionZone(fsd FSDirectory, zone String, keyVersionName String, logRetryCache boolean) : void moved from class org.apache.hadoop.hdfs.server.namenode.FSDirEncryptionZoneOp to class org.apache.hadoop.hdfs.server.namenode.FSNamesystem & inlined to private reencryptEncryptionZoneInt(zone String, action ReencryptAction, logRetryCache boolean) : void | From | To | |
Rename Variable | 1 | ||
Rename Variable ret : XAttr to xattr : XAttr in method package reencryptEncryptionZone(zoneIIP INodesInPath, keyVersionName String) : List<XAttr> in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager | From | To | |
Change Return Type | 2 | ||
Change Return Type KeyVersion to String in method package getCurrentKeyVersion(dir FSDirectory, zone String) : String in class org.apache.hadoop.hdfs.server.namenode.FSDirEncryptionZoneOp | From | To | |
Change Return Type XAttr to List<XAttr> in method package reencryptEncryptionZone(zoneIIP INodesInPath, keyVersionName String) : List<XAttr> in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager | From | To | |
Extract Method | 1 | ||
Extract Method package getKeyNameForZone(dir FSDirectory, zone String) : String extracted from package getLatestKeyVersion(dir FSDirectory, zone String, pc FSPermissionChecker) : KeyVersion in class org.apache.hadoop.hdfs.server.namenode.FSDirEncryptionZoneOp | From | To |