0d6393a8b1f209cfb503b01e3b36a48b19147662
Files Diff
- Added: 9
- Removed: 3
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private addFile(origin Origin, file File) : void from class org.hibernate.boot.MetadataSources to public bind(file File) : Binding from class org.hibernate.boot.spi.XmlMappingBinderAccess | From | To | |
Change Parameter Type | 7 | ||
Change Parameter Type entityClassNames : List<String> to entityClassNames : Collection<String> in method public pushClassTransformer(entityClassNames Collection<String>) : void in class org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor | From | To | |
Change Parameter Type metadataSources : MetadataSources to managedResources : ManagedResources in method public HbmMetadataSourceProcessorImpl(managedResources ManagedResources, rootBuildingContext MetadataBuildingContext) in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl | From | To | |
Change Parameter Type sources : MetadataSources to managedResources : ManagedResources in method public AnnotationMetadataSourceProcessorImpl(managedResources ManagedResources, rootMetadataBuildingContext MetadataBuildingContextRootImpl, jandexView IndexView) in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl | From | To | |
Change Parameter Type xmlBindings : List<Binding> to xmlBindings : Collection<Binding> in method public HbmMetadataSourceProcessorImpl(xmlBindings Collection<Binding>, rootBuildingContext MetadataBuildingContext) in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl | From | To | |
Change Parameter Type entityClassNames : List<String> to entityClassNames : Collection<String> in method public pushClassTransformer(entityClassNames Collection<String>) : void in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor | From | To | |
Change Parameter Type entities : List<String> to entities : Collection<String> in method public InterceptFieldClassFileTransformer(entities Collection<String>) in class org.hibernate.jpa.internal.instrument.InterceptFieldClassFileTransformer | From | To | |
Change Parameter Type options : MetadataBuildingOptionsImpl to options : MetadataBuildingOptions in method public build(sources MetadataSources, options MetadataBuildingOptions) : MetadataImpl in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Binding in method public bind(file File) : Binding in class org.hibernate.boot.spi.XmlMappingBinderAccess | From | To | |
Move Class | 1 | ||
Move Class org.hibernate.boot.internal.MetadataBuildingProcess moved to org.hibernate.boot.model.process.spi.MetadataBuildingProcess | From | To | |
Extract Method | 1 | ||
Extract Method public complete(managedResources ManagedResources, options MetadataBuildingOptions) : MetadataImpl extracted from public build(sources MetadataSources, options MetadataBuildingOptionsImpl) : MetadataImpl in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mappingDocuments : List<MappingDocument> to mappingDocuments : Collection<MappingDocument> in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl | From | To | |
Rename Parameter | 2 | ||
Rename Parameter sources : MetadataSources to managedResources : ManagedResources in method public AnnotationMetadataSourceProcessorImpl(managedResources ManagedResources, rootMetadataBuildingContext MetadataBuildingContextRootImpl, jandexView IndexView) in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl | From | To | |
Rename Parameter metadataSources : MetadataSources to managedResources : ManagedResources in method public HbmMetadataSourceProcessorImpl(managedResources ManagedResources, rootBuildingContext MetadataBuildingContext) in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl | From | To |