33ecc533f4a57d52696dde3cbd188833f4a841ee
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 4 | ||
Change Return Type String to Optional<String> in method public getMountPoint() : Optional<String> in class alluxio.util.UnixMountInfo | From | To | |
Change Return Type String to Optional<String> in method public getFsType() : Optional<String> in class alluxio.util.UnixMountInfo | From | To | |
Change Return Type Long to Optional<Long> in method public getSize() : Optional<Long> in class alluxio.util.UnixMountInfo.Options | From | To | |
Change Return Type String to Optional<String> in method public getDeviceSpec() : Optional<String> in class alluxio.util.UnixMountInfo | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type mDeviceSpec : String to mDeviceSpec : Optional<String> in class alluxio.util.UnixMountInfo | From | To | |
Change Attribute Type mFsType : String to mFsType : Optional<String> in class alluxio.util.UnixMountInfo | From | To | |
Change Attribute Type mMountPoint : String to mMountPoint : Optional<String> in class alluxio.util.UnixMountInfo | From | To | |
Change Attribute Type mSize : Long to mSize : Optional<Long> in class alluxio.util.UnixMountInfo.Options | From | To |