bb6c1fe884205b6391842158df1e89c252d50947
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From io.netty:netty-handler 5.0.0.Alpha2 To 4.1.4.Final | |
From io.netty:netty-codec-http 5.0.0.Alpha2 To 4.1.4.Final | |
From io.netty:netty-transport 5.0.0.Alpha2 To 4.1.4.Final | |
From io.netty:netty-transport-native-epoll 5.0.0.Alpha2 To 4.1.4.Final | |
From io.netty:netty-codec 5.0.0.Alpha2 To 4.1.4.Final |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected messageReceived(ctx ChannelHandlerContext, request String) : void renamed to protected channelRead0(ctx ChannelHandlerContext, request String) : void in class com.mpush.core.handler.AdminHandler | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entry : Map.Entry<CharSequence,CharSequence> to entry : Map.Entry<String,String> in method public onResponse(httpResponse HttpResponse) : void in class com.mpush.core.handler.HttpProxyHandler.DefaultHttpCallback | From | To |