ad9730e8aadfb2796852fb7c2af30b3327a5e734
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 4 | ||
Move Attribute package lastAccessed : long from class io.undertow.server.session.InMemorySessionManager.InMemorySession to package lastAccessed : long from class io.undertow.server.session.InMemorySessionManager.SessionImpl | From | To | |
Move Attribute package attributes : ConcurrentMap<String,Object> from class io.undertow.server.session.InMemorySessionManager.InMemorySession to package attributes : ConcurrentMap<String,Object> from class io.undertow.server.session.InMemorySessionManager.SessionImpl | From | To | |
Move Attribute package creationTime : long from class io.undertow.server.session.InMemorySessionManager.InMemorySession to package creationTime : long from class io.undertow.server.session.InMemorySessionManager.SessionImpl | From | To | |
Move Attribute package maxInactiveInterval : int from class io.undertow.server.session.InMemorySessionManager.InMemorySession to package maxInactiveInterval : int from class io.undertow.server.session.InMemorySessionManager.SessionImpl | From | To | |
Change Variable Type | 4 | ||
Change Variable Type sess : InMemorySession to sess : SessionImpl in method public getSession(sessionId String) : Session in class io.undertow.server.session.InMemorySessionManager | From | To | |
Change Variable Type toRemove : InMemorySession to toRemove : SessionImpl in method public createSession(serverExchange HttpServerExchange, config SessionConfig) : Session in class io.undertow.server.session.InMemorySessionManager | From | To | |
Change Variable Type session : Map.Entry<String,InMemorySession> to session : Map.Entry<String,SessionImpl> in method public stop() : void in class io.undertow.server.session.InMemorySessionManager | From | To | |
Change Variable Type sess : InMemorySession to sess : SessionImpl in method package invalidate(exchange HttpServerExchange, reason SessionListener.SessionDestroyedReason) : void in class io.undertow.server.session.InMemorySessionManager.SessionImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type sessions : ConcurrentMap<String,InMemorySession> to sessions : ConcurrentMap<String,SessionImpl> in class io.undertow.server.session.InMemorySessionManager | From | To |