a9d708aa5475ed80622a6991fedded14fdcbec7b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 2 | ||
| Parameterize Variable headerName : String to name : String in method private emitHeader(name String, value String) : void in class org.apache.coyote.http2.HpackDecoder | From | To | |
| Parameterize Variable headerValue : String to value : String in method private emitHeader(name String, value String) : void in class org.apache.coyote.http2.HpackDecoder | From | To | |
| Extract Method | 5 | ||
| Extract Method private emitHeader(name String, value String) : void extracted from private handleIndex(index int) : void in class org.apache.coyote.http2.HpackDecoder | From | To | |
| Extract Method private emitHeader(name String, value String) : void extracted from package decode(buffer ByteBuffer) : void in class org.apache.coyote.http2.HpackDecoder | From | To | |
| Extract Method private emitHeader(name String, value String) : void extracted from private addStaticTableEntry(index int) : void in class org.apache.coyote.http2.HpackDecoder | From | To |