fa8232d3c81608c25d9e8c66cdfe8ab7a66c892b
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable s : HttpSession to sessionHandler : SessionHandler in method public renewSessionId(oldClusterId String, oldNodeId String, request HttpServletRequest) : void in class org.eclipse.jetty.server.session.HashSessionIdManager | From | To | |
Merge Parameter | 1 | ||
Merge Parameter [rowId : String, virtualHosts : String, contextPath : String] to key : SessionKey in method public getLoadStatement(connection Connection, key SessionKey) : PreparedStatement in class org.eclipse.jetty.server.session.x.JDBCSessionDataStore.SessionTableSchema | From | To | |
Rename Attribute | 1 | ||
Rename Attribute _sessions : Map<String,Set<WeakReference<HttpSession>>> to _ids : Set<String> in class org.eclipse.jetty.server.session.HashSessionIdManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type s : HttpSession to sessionHandler : SessionHandler in method public renewSessionId(oldClusterId String, oldNodeId String, request HttpServletRequest) : void in class org.eclipse.jetty.server.session.HashSessionIdManager | From | To | |
Extract Variable | 2 | ||
Extract Variable manager : SessionManager in method public renewSessionId(oldClusterId String, oldNodeId String, request HttpServletRequest) : void from class org.eclipse.jetty.server.session.HashSessionIdManager | From | To | |
Extract Variable key : SessionKey in method public getSession(id String) : Session from class org.eclipse.jetty.server.session.x.SessionManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type _sessions : Map<String,Set<WeakReference<HttpSession>>> to _ids : Set<String> in class org.eclipse.jetty.server.session.HashSessionIdManager | From | To |