04fa8fe522f814763e30e0ce7deaf9bbfd743ab7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type buffer : ChannelBuffer to in : ByteBuf in method protected decode(ctx ChannelHandlerContext, in ByteBuf, out List<Object>) : void in class org.apache.camel.component.syslog.netty.Rfc5425FrameDecoder | From | To | |
Change Parameter Type haystack : ChannelBuffer to haystack : ByteBuf in method private indexOf(haystack ByteBuf, needle ByteBuf) : int in class org.apache.camel.component.syslog.netty.Rfc5425FrameDecoder | From | To | |
Change Parameter Type needle : ChannelBuffer to needle : ByteBuf in method private indexOf(haystack ByteBuf, needle ByteBuf) : int in class org.apache.camel.component.syslog.netty.Rfc5425FrameDecoder | From | To | |
Change Return Type | 1 | ||
Change Return Type Object to void in method protected decode(ctx ChannelHandlerContext, in ByteBuf, out List<Object>) : void in class org.apache.camel.component.syslog.netty.Rfc5425FrameDecoder | From | To | |
Rename Parameter | 1 | ||
Rename Parameter buffer : ChannelBuffer to in : ByteBuf in method protected decode(ctx ChannelHandlerContext, in ByteBuf, out List<Object>) : void in class org.apache.camel.component.syslog.netty.Rfc5425FrameDecoder | From | To |