6d1c82e9ac1aa65c7d3839414efd5ee01e0ba978
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public withValidateRuntimeConfig(validateRuntimeConfig boolean) : DefaultSpeedmentApplicationLifecycle from class com.speedment.internal.core.runtime.DefaultSpeedmentApplicationLifecycle to public withValidateRuntimeConfig(validateRuntimeConfig boolean) : T from class com.speedment.internal.core.runtime.SpeedmentApplicationLifecycle | From | To | |
Change Return Type | 1 | ||
Change Return Type DefaultSpeedmentApplicationLifecycle to T in method public withValidateRuntimeConfig(validateRuntimeConfig boolean) : T in class com.speedment.internal.core.runtime.SpeedmentApplicationLifecycle | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private validateRuntimeConfig : boolean from class com.speedment.internal.core.runtime.DefaultSpeedmentApplicationLifecycle to private validateRuntimeConfig : boolean from class com.speedment.internal.core.runtime.SpeedmentApplicationLifecycle | From | To |