36e53328876a357fd65f9ca014953eeaf87c8df0
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type session : SessionPersistor to session : SessionStore in method public setSession(session SessionStore) : void in class org.rapidoid.http.HttpProtocol | From | To | |
| Change Parameter Type session : SessionPersistor to sessionStore : SessionStore in method public init(responses HttpResponses, sessionStore SessionStore, router Router) : void in class org.rapidoid.http.HttpExchangeImpl | From | To | |
| Rename Variable | 1 | ||
| Rename Variable session : InMemoryHttpSession to sessions : InMemorySessionStore in method protected setupMockExchange(ctx TagContext) : HttpExchange in class org.rapidoid.pages.PagesTestCommons | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.rapidoid.http.SessionPersistor moved and renamed to org.rapidoid.http.session.SessionStore | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute sessionPersistor : SessionPersistor to sessionStore : SessionStore in class org.rapidoid.http.HttpExchangeImpl | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type session : InMemoryHttpSession to sessions : InMemorySessionStore in method protected setupMockExchange(ctx TagContext) : HttpExchange in class org.rapidoid.pages.PagesTestCommons | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type session : SessionPersistor to session : SessionStore in class org.rapidoid.http.HTTPServerImpl | From | To | |
| Change Attribute Type sessionPersistor : SessionPersistor to sessionStore : SessionStore in class org.rapidoid.http.HttpExchangeImpl | From | To | |
| Change Attribute Type session : SessionPersistor to session : SessionStore in class org.rapidoid.http.HttpProtocol | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter session : SessionPersistor to sessionStore : SessionStore in method public init(responses HttpResponses, sessionStore SessionStore, router Router) : void in class org.rapidoid.http.HttpExchangeImpl | From | To |