4f725332af012cc7d89785cd6c4f73c8d1442f2e
Files Diff
- Added: 19
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable basicType : BasicType to basicTypeRegistration : BasicTypeRegistration in method private handleTypes(options MetadataBuildingOptions) : BasicTypeRegistry in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess | From | To | |
Change Return Type | 3 | ||
Change Return Type List<BasicType> to List<BasicTypeRegistration> in method public getBasicTypeRegistrations() : List<BasicTypeRegistration> in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl | From | To | |
Change Return Type List<BasicType> to List<BasicTypeRegistration> in method public getBasicTypeRegistrations() : List<BasicTypeRegistration> in class org.hibernate.boot.spi.MetadataBuildingOptions | From | To | |
Change Return Type List<BasicType> to List<BasicTypeRegistration> in method public getBasicTypeRegistrations() : List<BasicTypeRegistration> in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions | From | To | |
Change Variable Type | 1 | ||
Change Variable Type basicType : BasicType to basicTypeRegistration : BasicTypeRegistration in method private handleTypes(options MetadataBuildingOptions) : BasicTypeRegistry in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess | From | To | |
Extract Method | 1 | ||
Extract Method public register(type BasicType, keys String[]) : void extracted from public register(type BasicType) : void in class org.hibernate.type.BasicTypeRegistry | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type basicTypeRegistrations : ArrayList<BasicType> to basicTypeRegistrations : ArrayList<BasicTypeRegistration> in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl | From | To |