c1fbee79ae01fa2344e521c79e55a25a3436590a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private cleanupAnyOrphanedSession(factory SessionFactory) : void renamed to private terminateOrphanedSession(orphan Session) : void in class org.hibernate.context.internal.ThreadLocalSessionContext | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type factory : SessionFactory to orphan : Session in method private terminateOrphanedSession(orphan Session) : void in class org.hibernate.context.internal.ThreadLocalSessionContext | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Map to Map<SessionFactory,Session> in method protected sessionMap() : Map<SessionFactory,Session> in class org.hibernate.context.internal.ThreadLocalSessionContext | From | To | |
| Extract Variable | 1 | ||
| Extract Variable orphanTransaction : Transaction in method private terminateOrphanedSession(orphan Session) : void from class org.hibernate.context.internal.ThreadLocalSessionContext | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type sessionMap : Map to sessionMap : Map<SessionFactory,Session> in method private doUnbind(factory SessionFactory, releaseMapIfEmpty boolean) : Session in class org.hibernate.context.internal.ThreadLocalSessionContext | From | To | |
| Change Variable Type sessionMap : Map to sessionMap : Map<SessionFactory,Session> in method private existingSession(factory SessionFactory) : Session in class org.hibernate.context.internal.ManagedSessionContext | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type CONTEXT_TL : ThreadLocal<Map> to CONTEXT_TL : ThreadLocal<Map<SessionFactory,Session>> in class org.hibernate.context.internal.ThreadLocalSessionContext | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter factory : SessionFactory to orphan : Session in method private terminateOrphanedSession(orphan Session) : void in class org.hibernate.context.internal.ThreadLocalSessionContext | From | To |