01df3bcfc1adcfcf3939f3991154fd508558fa01
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private testDecodeEmptyName0(buffer ByteBuf) : void renamed to private testDecodeName(expected String, buffer ByteBuf) : void in class io.netty.handler.codec.dns.DefaultDnsRecordDecoderTest | From | To | |
Rename Variable | 3 | ||
Rename Variable partLen : int to labelLen : int in method protected encodeName(name String, buf ByteBuf) : void in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder | From | To | |
Rename Variable part : String to label : String in method protected encodeName(name String, buf ByteBuf) : void in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder | From | To | |
Rename Variable parts : String[] to labels : String[] in method protected encodeName(name String, buf ByteBuf) : void in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder | From | To | |
Extract Method | 1 | ||
Extract Method private testEncodeName(expected byte[], name String) : void extracted from public testEncodeEmptyName() : void in class io.netty.handler.codec.dns.DefaultDnsRecordEncoderTest | From | To |