0cf66b85e03a997dc94f8f82598ca8edac04e889
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected makeAttributeConverterDefinition(conversion AttributeConversionInfo) : AttributeConverterDefinition renamed to protected makeAttributeConverterDescriptor(conversion AttributeConversionInfo) : AttributeConverterDescriptor in class org.hibernate.cfg.AbstractPropertyHolder | From | To | |
Rename Method public setJpaAttributeConverterDefinition(attributeConverterDefinition AttributeConverterDefinition) : void renamed to public setJpaAttributeConverterDescriptor(attributeConverterDescriptor AttributeConverterDescriptor) : void in class org.hibernate.mapping.SimpleValue | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type attributeConverterDefinition : AttributeConverterDefinition to attributeConverterDescriptor : AttributeConverterDescriptor in method private applyAttributeConverter(property XProperty, attributeConverterDescriptor AttributeConverterDescriptor) : void in class org.hibernate.cfg.annotations.SimpleValueBinder | From | To | |
Change Parameter Type attributeConverterDefinition : AttributeConverterDefinition to attributeConverterDescriptor : AttributeConverterDescriptor in method public setJpaAttributeConverterDescriptor(attributeConverterDescriptor AttributeConverterDescriptor) : void in class org.hibernate.mapping.SimpleValue | From | To | |
Change Parameter Type attributeConverterDefinition : AttributeConverterDefinition to attributeConverterDescriptor : AttributeConverterDescriptor in method public setType(property XProperty, returnedClass XClass, declaringClassName String, attributeConverterDescriptor AttributeConverterDescriptor) : void in class org.hibernate.cfg.annotations.SimpleValueBinder | From | To | |
Change Return Type | 1 | ||
Change Return Type AttributeConverterDefinition to AttributeConverterDescriptor in method protected makeAttributeConverterDescriptor(conversion AttributeConversionInfo) : AttributeConverterDescriptor in class org.hibernate.cfg.AbstractPropertyHolder | From | To | |
Rename Attribute | 2 | ||
Rename Attribute attributeConverterDefinition : AttributeConverterDefinition to attributeConverterDescriptor : AttributeConverterDescriptor in class org.hibernate.mapping.SimpleValue | From | To | |
Rename Attribute attributeConverterDefinition : AttributeConverterDefinition to attributeConverterDescriptor : AttributeConverterDescriptor in class org.hibernate.cfg.annotations.SimpleValueBinder | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type attributeConverterDefinition : AttributeConverterDefinition to attributeConverterDescriptor : AttributeConverterDescriptor in class org.hibernate.cfg.annotations.SimpleValueBinder | From | To | |
Change Attribute Type attributeConverterDefinition : AttributeConverterDefinition to attributeConverterDescriptor : AttributeConverterDescriptor in class org.hibernate.mapping.SimpleValue | From | To | |
Rename Parameter | 3 | ||
Rename Parameter attributeConverterDefinition : AttributeConverterDefinition to attributeConverterDescriptor : AttributeConverterDescriptor in method private applyAttributeConverter(property XProperty, attributeConverterDescriptor AttributeConverterDescriptor) : void in class org.hibernate.cfg.annotations.SimpleValueBinder | From | To | |
Rename Parameter attributeConverterDefinition : AttributeConverterDefinition to attributeConverterDescriptor : AttributeConverterDescriptor in method public setJpaAttributeConverterDescriptor(attributeConverterDescriptor AttributeConverterDescriptor) : void in class org.hibernate.mapping.SimpleValue | From | To | |
Rename Parameter attributeConverterDefinition : AttributeConverterDefinition to attributeConverterDescriptor : AttributeConverterDescriptor in method public setType(property XProperty, returnedClass XClass, declaringClassName String, attributeConverterDescriptor AttributeConverterDescriptor) : void in class org.hibernate.cfg.annotations.SimpleValueBinder | From | To |