6583d2ceeb57bac60a92a3ab09df7f2cb384377e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method public incrementUserExceptions(ex Exception) : void from class org.apache.pulsar.functions.instance.FunctionStats.Stats to public addUserException(ex Exception) : void from class org.apache.pulsar.functions.instance.FunctionStats | From | To | |
Move And Rename Method public incrementSystemExceptions(ex Exception) : void from class org.apache.pulsar.functions.instance.FunctionStats.Stats to public addSystemException(ex Throwable) : void from class org.apache.pulsar.functions.instance.FunctionStats | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type ex : Exception to ex : Throwable in method public addSystemException(ex Throwable) : void in class org.apache.pulsar.functions.instance.FunctionStats | From | To | |
Move Attribute | 1 | ||
Move Attribute private lastInvocationTime : long from class org.apache.pulsar.functions.instance.FunctionStats.Stats to private lastInvocationTime : long from class org.apache.pulsar.functions.instance.FunctionStats | From | To |