15a59a1a19f0d5272518cd1fd173543adc2a678d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable jaxbCfg : JaxbCfgHibernateConfiguration to action : PrivilegedAction<JaxbCfgHibernateConfiguration> in method public loadConfigXmlResource(cfgXmlResourceName String) : LoadedConfig in class org.hibernate.boot.cfgxml.internal.ConfigLoader | From | To | |
Change Variable Type | 1 | ||
Change Variable Type jaxbCfg : JaxbCfgHibernateConfiguration to action : PrivilegedAction<JaxbCfgHibernateConfiguration> in method public loadConfigXmlResource(cfgXmlResourceName String) : LoadedConfig in class org.hibernate.boot.cfgxml.internal.ConfigLoader | From | To | |
Extract Method | 3 | ||
Extract Method private getDeclaredMethod(containerClass Class, methodName String) : Method extracted from private verifyNoIsVariantExists(containerClass Class, propertyName String, getMethod Method, stemName String) : void in class org.hibernate.internal.util.ReflectHelper | From | To | |
Extract Method private getDeclaredMethod(containerClass Class, methodName String) : Method extracted from private verifyNoGetVariantExists(containerClass Class, propertyName String, isMethod Method, stemName String) : void in class org.hibernate.internal.util.ReflectHelper | From | To | |
Extract Method private getDeclaredMethods(containerClass Class) : Method[] extracted from private getGetterOrNull(containerClass Class, propertyName String) : Method in class org.hibernate.internal.util.ReflectHelper | From | To |