00527b6ee0eb03fb35d5e9a071a8009929f1eef5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type value : Object to value : Serializable in method public setAttribute(sessionId String, attribute String, value Serializable) : void in class org.rapidoid.http.HttpSession | From | To | |
Change Parameter Type value : Object to value : Serializable in method public sessionSet(name String, value Serializable) : void in class org.rapidoid.http.HttpExchangeImpl | From | To | |
Change Parameter Type value : Object to value : Serializable in method public sessionSet(name String, value Serializable) : void in class org.rapidoid.widget.MockHttpExchange | From | To | |
Change Parameter Type value : Object to value : Serializable in method public sessionSet(name String, value Serializable) : void in class org.rapidoid.http.HttpExchange | From | To | |
Change Parameter Type value : Object to value : Serializable in method public setAttribute(sessionId String, attribute String, value Serializable) : void in class org.rapidoid.http.InMemoryHttpSession | From | To | |
Change Return Type | 1 | ||
Change Return Type ConcurrentMap<String,Object> to Map<String,Object> in method private session(sessionId String) : Map<String,Object> in class org.rapidoid.http.InMemoryHttpSession | From | To | |
Change Variable Type | 2 | ||
Change Variable Type session : ConcurrentMap<String,Object> to session : Map<String,Object> in method private session(sessionId String) : Map<String,Object> in class org.rapidoid.http.InMemoryHttpSession | From | To | |
Change Variable Type session : ConcurrentMap<String,Object> to session : Map<String,Object> in method public clearSession(sessionId String) : void in class org.rapidoid.http.InMemoryHttpSession | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type sessions : ConcurrentMap<String,ConcurrentMap<String,Object>> to sessions : ConcurrentMap<String,Map<String,Object>> in class org.rapidoid.http.InMemoryHttpSession | From | To |