9cd5d6edaed180f1eb8dbd20cb947985962f9888
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method private toLower(b byte) : byte from class io.undertow.protocols.http2.HpackEncoder to package toLower(b byte) : byte from class io.undertow.protocols.http2.Hpack | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private LOWER_DIFF : byte from class io.undertow.protocols.http2.HpackEncoder to private LOWER_DIFF : byte from class io.undertow.protocols.http2.Hpack | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute indexFunction : IndexFunction to hpackHeaderFunction : HpackHeaderFunction in class io.undertow.protocols.http2.HpackEncoder | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type indexFunction : IndexFunction to hpackHeaderFunction : HpackHeaderFunction in class io.undertow.protocols.http2.HpackEncoder | From | To | |
| Extract Method | 1 | ||
| Extract Method private writeHuffmanEncodableName(target ByteBuffer, headerName HttpString) : void extracted from public encode(headers HeaderMap, target ByteBuffer) : State in class io.undertow.protocols.http2.HpackEncoder | From | To |