32c29a4f8478dfd23c15dbd245b2f22219d3b111
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public format() : void renamed to public formatWorkerTieredStoreAlias() : void in class alluxio.PropertyKeyFormatTest | From | To | |
| Rename Method private addAndCheckAWSCredentials() : boolean renamed to private checkAWSCredentials() : boolean in class alluxio.underfs.s3.S3UnderFileSystemFactory | From | To | |
| Rename Method private addAndCheckOSSCredentials() : boolean renamed to private checkOSSCredentials() : boolean in class alluxio.underfs.oss.OSSUnderFileSystemFactory | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type ordinal : int to params : Object in method public format(params Object) : PropertyKey in class alluxio.PropertyKeyFormat | From | To | |
| Rename Variable | 1 | ||
| Rename Variable value : String to rawValue : String in method public getBoolean(key PropertyKey) : boolean in class alluxio.Configuration | From | To | |
| Extract Variable | 2 | ||
| Extract Variable value : String in method public merge(properties Map<?,?>) : void from class alluxio.Configuration | From | To | |
| Extract Variable key : String in method public merge(properties Map<?,?>) : void from class alluxio.Configuration | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter ordinal : int to params : Object in method public format(params Object) : PropertyKey in class alluxio.PropertyKeyFormat | From | To |