12583fd0c25638f95c14973d921ca28cdcd17df5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public onEvent(event EurekaInstanceRegisteredEvent) : void renamed to public onApplicationEvent(event ApplicationEvent) : void in class org.springframework.cloud.netflix.eureka.server.InstanceRegistryTests.TestEvents | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type event : EurekaInstanceRegisteredEvent to event : ApplicationEvent in method public onApplicationEvent(event ApplicationEvent) : void in class org.springframework.cloud.netflix.eureka.server.InstanceRegistryTests.TestEvents | From | To |