cdc6a35e7738044df251b5566873ec30695efacb
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 3 | ||
| Move And Rename Method public fromString() : void from class alluxio.ParameterizedPropertyKeyTest to public fromStringParameterized() : void from class alluxio.PropertyKeyTest | From | To | |
| Move And Rename Method public isValid() : void from class alluxio.ParameterizedPropertyKeyTest to public isValidParameterized() : void from class alluxio.PropertyKeyTest | From | To | |
| Move And Rename Method public fromStringExceptionThrown() : void from class alluxio.ParameterizedPropertyKeyTest to public fromStringParameterizedExceptionThrown() : void from class alluxio.PropertyKeyTest | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type aliasFormat : ParameterizedPropertyKey.Template to aliasFormat : PropertyKey.Template in method private checkStorageTierAssoc(assoc StorageTierAssoc, levelsProperty PropertyKey, aliasFormat PropertyKey.Template) : void in class alluxio.StorageTierAssocTest | From | To | |
| Change Parameter Type template : ParameterizedPropertyKey.Template to template : Template in method package create(template Template, defaultValue Object, param Object...) : PropertyKey in class alluxio.PropertyKey | From | To | |
| Change Parameter Type aliasFormat : ParameterizedPropertyKey.Template to aliasFormat : PropertyKey.Template in method protected StorageTierAssoc(levelsProperty PropertyKey, aliasFormat PropertyKey.Template) in class alluxio.StorageTierAssoc | From | To | |
| Move Method | 6 | ||
| Move Method public formatWorkerTieredStoreReservedRatio() : void from class alluxio.ParameterizedPropertyKeyTest to public formatWorkerTieredStoreReservedRatio() : void from class alluxio.PropertyKeyTest | From | To | |
| Move Method public formatWorkerTieredStoreDirsQuota() : void from class alluxio.ParameterizedPropertyKeyTest to public formatWorkerTieredStoreDirsQuota() : void from class alluxio.PropertyKeyTest | From | To | |
| Move Method public mountTableRootProperties() : void from class alluxio.ParameterizedPropertyKeyTest to public mountTableRootProperties() : void from class alluxio.PropertyKeyTest | From | To | |
| Move Method public formatWorkerTieredStoreDirsPath() : void from class alluxio.ParameterizedPropertyKeyTest to public formatWorkerTieredStoreDirsPath() : void from class alluxio.PropertyKeyTest | From | To | |
| Move Method public formatMasterTieredStoreGlobalAlias() : void from class alluxio.ParameterizedPropertyKeyTest to public formatMasterTieredStoreGlobalAlias() : void from class alluxio.PropertyKeyTest | From | To | |
| Move Method public formatWorkerTieredStoreAlias() : void from class alluxio.ParameterizedPropertyKeyTest to public formatWorkerTieredStoreAlias() : void from class alluxio.PropertyKeyTest | From | To | |
| Inline Method | 2 | ||
| Inline Method public isValidDefaultKey(name String) : boolean inlined to public isValid(input String) : boolean in class alluxio.PropertyKey | From | To | |
| Change Return Type | 1 | ||
| Change Return Type ParameterizedPropertyKey to PropertyKey in method public format(params Object...) : PropertyKey in class alluxio.PropertyKey.Template | From | To | |
| Move Class | 1 | ||
| Move Class alluxio.ParameterizedPropertyKey.Template moved to alluxio.PropertyKey.Template | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type key : ParameterizedPropertyKey to key : PropertyKey in method package create(template Template, defaultValue Object, param Object...) : PropertyKey in class alluxio.PropertyKey | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter keyStr : String to input : String in method public fromString(input String) : PropertyKey in class alluxio.PropertyKey | From | To | |
| Rename Parameter keyStr : String to input : String in method public isValid(input String) : boolean in class alluxio.PropertyKey | From | To |