340cee232a42144aac2d1341ad4fbfae8d76acd8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private prepareListenerMap() : Map<EventType,EventListenerGroupImpl> renamed to private prepareListenerAssociation() : EventListenerGroupImpl[] in class org.hibernate.event.service.internal.EventListenerRegistryImpl | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type map : Map<EventType,EventListenerGroupImpl> to listenerArray : EventListenerGroupImpl[] in method private prepareListeners(type EventType<T>, defaultListener T, listenerArray EventListenerGroupImpl[]) : void in class org.hibernate.event.service.internal.EventListenerRegistryImpl | From | To | |
Change Parameter Type map : Map<EventType,EventListenerGroupImpl> to listenerArray : EventListenerGroupImpl[] in method private prepareListeners(type EventType<T>, listenerArray EventListenerGroupImpl[]) : void in class org.hibernate.event.service.internal.EventListenerRegistryImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable workMap : Map<EventType,EventListenerGroupImpl> to listenerArray : EventListenerGroupImpl[] in method private prepareListenerAssociation() : EventListenerGroupImpl[] in class org.hibernate.event.service.internal.EventListenerRegistryImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<EventType,EventListenerGroupImpl> to EventListenerGroupImpl[] in method private prepareListenerAssociation() : EventListenerGroupImpl[] in class org.hibernate.event.service.internal.EventListenerRegistryImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type workMap : Map<EventType,EventListenerGroupImpl> to listenerArray : EventListenerGroupImpl[] in method private prepareListenerAssociation() : EventListenerGroupImpl[] in class org.hibernate.event.service.internal.EventListenerRegistryImpl | From | To | |
Rename Parameter | 2 | ||
Rename Parameter map : Map<EventType,EventListenerGroupImpl> to listenerArray : EventListenerGroupImpl[] in method private prepareListeners(type EventType<T>, listenerArray EventListenerGroupImpl[]) : void in class org.hibernate.event.service.internal.EventListenerRegistryImpl | From | To | |
Rename Parameter map : Map<EventType,EventListenerGroupImpl> to listenerArray : EventListenerGroupImpl[] in method private prepareListeners(type EventType<T>, defaultListener T, listenerArray EventListenerGroupImpl[]) : void in class org.hibernate.event.service.internal.EventListenerRegistryImpl | From | To |