5b76256e96f4bba97e9cd9b8158d88ad2fdfb972
Files Diff
- Added: 8
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable returnedClass : Class to clazz : Class<?> in method private getBinderFromBasicCollectionType(clazz Class<?>, property XProperty, entityName String, isIndexed boolean) : CollectionBinder in class org.hibernate.cfg.annotations.CollectionBinder | From | To | |
Change Variable Type | 2 | ||
Change Variable Type returnedClass : Class to returnedClass : Class<?> in method public getCollectionBinder(entityName String, property XProperty, isIndexed boolean, isHibernateExtensionMapping boolean, buildingContext MetadataBuildingContext) : CollectionBinder in class org.hibernate.cfg.annotations.CollectionBinder | From | To | |
Change Variable Type returnedClass : Class to clazz : Class<?> in method private getBinderFromBasicCollectionType(clazz Class<?>, property XProperty, entityName String, isIndexed boolean) : CollectionBinder in class org.hibernate.cfg.annotations.CollectionBinder | From | To | |
Extract Method | 1 | ||
Extract Method private getBinderFromBasicCollectionType(clazz Class<?>, property XProperty, entityName String, isIndexed boolean) : CollectionBinder extracted from public getCollectionBinder(entityName String, property XProperty, isIndexed boolean, isHibernateExtensionMapping boolean, buildingContext MetadataBuildingContext) : CollectionBinder in class org.hibernate.cfg.annotations.CollectionBinder | From | To |