e2ecf7ca14037ebecbb6ba35d5e4366ccab629c2
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public setAttributes(attributes Map<String,Object>) : void from class org.eclipse.jetty.server.session.x.JDBCSessionDataStore.JDBCSessionData to public putAllAttributes(attributes Map<String,Object>) : void from class org.eclipse.jetty.server.session.x.SessionData | From | To | |
Pull Up Method public getAttributes() : Map<String,Object> from class org.eclipse.jetty.server.session.x.JDBCSessionDataStore.JDBCSessionData to public getAllAttributes() : Map<String,Object> from class org.eclipse.jetty.server.session.x.SessionData | From | To | |
Rename Variable | 1 | ||
Rename Variable e1 : Exception to other : Exception in method public getSession(id String) : Session in class org.eclipse.jetty.server.session.x.SessionManager | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute protected _lastSaved : long from class org.eclipse.jetty.server.session.x.JDBCSessionDataStore.JDBCSessionData to protected _lastSaved : long from class org.eclipse.jetty.server.session.x.SessionData | From | To | |
Change Variable Type | 1 | ||
Change Variable Type data : JDBCSessionData to data : SessionData in method public load(key SessionKey) : SessionData in class org.eclipse.jetty.server.session.x.JDBCSessionDataStore | From | To | |
Extract Method | 1 | ||
Extract Method private doInsert(connection Connection, key SessionKey, data SessionData) : void extracted from public doStore(key SessionKey, data SessionData) : void in class org.eclipse.jetty.server.session.x.JDBCSessionDataStore | From | To | |
Rename Parameter | 1 | ||
Rename Parameter oldClusterId : String to oldId : String in method public renewSessionId(oldId String, oldExtendedId String, newId String, newExtendedId String) : void in class org.eclipse.jetty.server.session.x.SessionManager | From | To |