5ef1da74c2d0c2566938758f772df2dfcf9ccad3
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type strategy : PropertyAccessStrategyMixedImpl to strategy : PropertyAccessStrategy in method public PropertyAccessMixedImpl(strategy PropertyAccessStrategy, containerJavaType Class, propertyName String) in class org.hibernate.property.access.internal.PropertyAccessMixedImpl | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable getterMethod : Method to method : Method in method protected propertyGetter(containerJavaType Class<?>, propertyName String, method Method) : Getter in class org.hibernate.property.access.internal.PropertyAccessMixedImpl | From | To | |
Extract Method | 3 | ||
Extract Method protected propertyGetter(containerJavaType Class<?>, propertyName String, method Method) : Getter extracted from public PropertyAccessMixedImpl(strategy PropertyAccessStrategyMixedImpl, containerJavaType Class, propertyName String) in class org.hibernate.property.access.internal.PropertyAccessMixedImpl | From | To | |
Extract Method protected fieldGetter(containerJavaType Class<?>, propertyName String, field Field) : Getter extracted from public PropertyAccessMixedImpl(strategy PropertyAccessStrategyMixedImpl, containerJavaType Class, propertyName String) in class org.hibernate.property.access.internal.PropertyAccessMixedImpl | From | To | |
Extract Method protected fieldSetter(containerJavaType Class<?>, propertyName String, field Field) : Setter extracted from public PropertyAccessMixedImpl(strategy PropertyAccessStrategyMixedImpl, containerJavaType Class, propertyName String) in class org.hibernate.property.access.internal.PropertyAccessMixedImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type strategy : PropertyAccessStrategyMixedImpl to strategy : PropertyAccessStrategy in class org.hibernate.property.access.internal.PropertyAccessMixedImpl | From | To |