f307080e9558bf34edfffbecf9bdcdbe08fa7427
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getDeathException() : Exception renamed to private tryExtractingDeathException() : void in class org.apache.pulsar.functions.runtime.ProcessRuntime | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type instanceLivenessCheckFreqMs : Long to instanceLivenessCheckFreqMs : long in method public RuntimeSpawner(instanceConfig InstanceConfig, codeFile String, containerFactory RuntimeFactory, instanceLivenessCheckFreqMs long) in class org.apache.pulsar.functions.runtime.RuntimeSpawner | From | To | |
Change Return Type | 1 | ||
Change Return Type Exception to void in method private tryExtractingDeathException() : void in class org.apache.pulsar.functions.runtime.ProcessRuntime | From | To | |
Rename Attribute | 1 | ||
Rename Attribute startupException : Exception to deathException : Exception in class org.apache.pulsar.functions.runtime.ProcessRuntime | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type instanceLivenessCheckFreqMs : Long to instanceLivenessCheckFreqMs : long in class org.apache.pulsar.functions.runtime.RuntimeSpawner | From | To |