b3075c89fa1240a5691a239acccacc5e6d56dc00
Files Diff
- Added: 6
- Removed: 5
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getCachedDecoder() : UsAsciiByteBufDecoder renamed to public pooled() : UsAsciiByteBufDecoder in class org.asynchttpclient.netty.util.UsAsciiByteBufDecoder | From | To | |
| Rename Method public getCachedDecoder() : Utf8ByteBufDecoder renamed to public pooled() : Utf8ByteBufDecoder in class org.asynchttpclient.netty.util.Utf8ByteBufDecoder | From | To | |
| Rename Variable | 2 | ||
| Rename Variable cached : Utf8ByteBufDecoder to decoder : Utf8ByteBufDecoder in method public pooled() : Utf8ByteBufDecoder in class org.asynchttpclient.netty.util.Utf8ByteBufDecoder | From | To | |
| Rename Variable cached : UsAsciiByteBufDecoder to decoder : UsAsciiByteBufDecoder in method public pooled() : UsAsciiByteBufDecoder in class org.asynchttpclient.netty.util.UsAsciiByteBufDecoder | From | To | |
| Move Source Folder | 1 | ||
| Move Source Folder client to netty-utils | From | To | |
| Move Class | 4 | ||
| Move Class org.asynchttpclient.util.ByteBufUtils moved to org.asynchttpclient.netty.util.ByteBufUtils | From | To | |
| Move Class org.asynchttpclient.util.Utf8ByteBufDecoder moved to org.asynchttpclient.netty.util.Utf8ByteBufDecoder | From | To | |
| Move Class org.asynchttpclient.util.UsAsciiByteBufDecoder moved to org.asynchttpclient.netty.util.UsAsciiByteBufDecoder | From | To | |
| Move Class org.asynchttpclient.util.Utf8Decoder moved to org.asynchttpclient.netty.util.Utf8Decoder | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute DECODERS : FastThreadLocal<Utf8ByteBufDecoder> to POOL : FastThreadLocal<Utf8ByteBufDecoder> in class org.asynchttpclient.netty.util.Utf8ByteBufDecoder | From | To | |
| Rename Attribute DECODERS : FastThreadLocal<UsAsciiByteBufDecoder> to POOL : FastThreadLocal<UsAsciiByteBufDecoder> in class org.asynchttpclient.netty.util.UsAsciiByteBufDecoder | From | To |