5043a253e7a3e6afd923f7fc212c88cba5473882
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method package ParameterizedPropertyKey(format String, re String) from class alluxio.ParameterizedPropertyKey to package Template(format String, re String) from class alluxio.ParameterizedPropertyKey.Template | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type aliasFormat : ParameterizedPropertyKey to aliasFormat : ParameterizedPropertyKey.Template in method private checkStorageTierAssoc(assoc StorageTierAssoc, levelsProperty PropertyKey, aliasFormat ParameterizedPropertyKey.Template) : void in class alluxio.StorageTierAssocTest | From | To | |
| Change Parameter Type aliasFormat : ParameterizedPropertyKey to aliasFormat : ParameterizedPropertyKey.Template in method protected StorageTierAssoc(levelsProperty PropertyKey, aliasFormat ParameterizedPropertyKey.Template) in class alluxio.StorageTierAssoc | From | To | |
| Move Method | 1 | ||
| Move Method public toString() : String from class alluxio.ParameterizedPropertyKey to public toString() : String from class alluxio.ParameterizedPropertyKey.Template | From | To | |
| Rename Variable | 2 | ||
| Rename Variable key : ParameterizedPropertyKey to template : Template in method public fromString(input String) : ParameterizedPropertyKey in class alluxio.ParameterizedPropertyKey | From | To | |
| Rename Variable key : ParameterizedPropertyKey to template : Template in method public isValid(input String) : boolean in class alluxio.ParameterizedPropertyKey | From | To | |
| Change Return Type | 1 | ||
| Change Return Type PropertyKey to ParameterizedPropertyKey in method public fromString(input String) : ParameterizedPropertyKey in class alluxio.ParameterizedPropertyKey | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private mFormat : String from class alluxio.ParameterizedPropertyKey to private mFormat : String from class alluxio.ParameterizedPropertyKey.Template | From | To | |
| Move Attribute private mPattern : Pattern from class alluxio.ParameterizedPropertyKey to private mPattern : Pattern from class alluxio.ParameterizedPropertyKey.Template | From | To | |
| Extract Class | 1 | ||
| Extract Class alluxio.ParameterizedPropertyKey.Template from class alluxio.ParameterizedPropertyKey | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type key : ConstantPropertyKey to key : PropertyKey in method public fromString(keyStr String) : PropertyKey in class alluxio.PropertyKey | From | To | |
| Change Variable Type key : ParameterizedPropertyKey to template : Template in method public fromString(input String) : ParameterizedPropertyKey in class alluxio.ParameterizedPropertyKey | From | To | |
| Change Variable Type key : ParameterizedPropertyKey to template : Template in method public isValid(input String) : boolean in class alluxio.ParameterizedPropertyKey | From | To |