11462e786007f65f3cf9c2539e5b8259b05feaf3
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type basicTypeRegistry : BasicTypeRegistry to typeConfiguration : TypeConfiguration in method public TypeResolver(typeConfiguration TypeConfiguration, typeFactory TypeFactory) in class org.hibernate.type.TypeResolver | From | To | |
Change Return Type | 1 | ||
Change Return Type BasicTypeRegistry to void in method private handleTypes(bootstrapContext BootstrapContext, options MetadataBuildingOptions) : void in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess | From | To | |
Move Attribute | 3 | ||
Move Attribute private sessionFactoryName : String from class org.hibernate.type.TypeFactory.TypeScopeImpl to private sessionFactoryName : String from class org.hibernate.type.spi.TypeConfiguration.Scope | From | To | |
Move Attribute private typeResolver : TypeResolver from class org.hibernate.boot.internal.MetadataImpl to private typeResolver : TypeResolver from class org.hibernate.type.spi.TypeConfiguration | From | To | |
Move Attribute private sessionFactoryUuid : String from class org.hibernate.type.TypeFactory.TypeScopeImpl to private sessionFactoryUuid : String from class org.hibernate.type.spi.TypeConfiguration.Scope | From | To | |
Extract Class | 1 | ||
Extract Class org.hibernate.type.spi.TypeConfiguration.Scope from class org.hibernate.type.TypeFactory.TypeScopeImpl | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getTypeConfiguration() : TypeConfiguration extracted from public getTypeResolver() : TypeResolver in class org.hibernate.boot.internal.MetadataImpl & moved to class org.hibernate.boot.internal.BootstrapContextImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter basicTypeRegistry : BasicTypeRegistry to typeConfiguration : TypeConfiguration in method public TypeResolver(typeConfiguration TypeConfiguration, typeFactory TypeFactory) in class org.hibernate.type.TypeResolver | From | To |