4356cd424ad15a2ba7e502447b31c3b64485dce4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type endpoint : Class<?> to endpoint : Endpoint in method package getOpenSessions(endpoint Endpoint) : Set<Session> in class org.apache.tomcat.websocket.WsWebSocketContainer | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable endpointClazz : Class<?> to endpoint : Endpoint in method protected registerSession(endpoint Endpoint, wsSession WsSession) : void in class org.apache.tomcat.websocket.WsWebSocketContainer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type endpointClazz : Class<?> to endpoint : Endpoint in method protected registerSession(endpoint Endpoint, wsSession WsSession) : void in class org.apache.tomcat.websocket.WsWebSocketContainer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type endpointSessionMap : Map<Class<?>,Set<WsSession>> to endpointSessionMap : Map<Endpoint,Set<WsSession>> in class org.apache.tomcat.websocket.WsWebSocketContainer | From | To |