e20dc496c5b290a88e50706673756920eaf6a4db
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type closeTask : Runnable to closeTask : Consumer<HttpServerExchange> in method public DistributableSession(manager UndertowSessionManager, session Session<LocalSessionContext>, config SessionConfig, batch Batch, closeTask Consumer<HttpServerExchange>) in class org.wildfly.clustering.web.undertow.session.DistributableSession | From | To | |
Change Return Type | 1 | ||
Change Return Type Runnable to Consumer<HttpServerExchange> in method private getSessionCloseTask() : Consumer<HttpServerExchange> in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager | From | To | |
Change Variable Type | 2 | ||
Change Variable Type closeTask : Runnable to closeTask : Consumer<HttpServerExchange> in method public getSession(exchange HttpServerExchange, config SessionConfig) : Session in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager | From | To | |
Change Variable Type closeTask : Runnable to closeTask : Consumer<HttpServerExchange> in method public createSession(exchange HttpServerExchange, config SessionConfig) : Session in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type closeTask : Runnable to closeTask : Consumer<HttpServerExchange> in class org.wildfly.clustering.web.undertow.session.DistributableSessionTestCase | From | To | |
Change Attribute Type closeTask : Runnable to closeTask : Consumer<HttpServerExchange> in class org.wildfly.clustering.web.undertow.session.DistributableSession | From | To |