86d52a5e9198991fe30a3616d9008cecc696fc0b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type headerValuesCache : HashMap<HttpString,String> to headerValuesCache : CacheMap<HttpString,String> in method private handleHeaderValueCacheMiss(buffer ByteBuffer, state ParseState, builder HttpServerExchange, headerName HttpString, headerValuesCache CacheMap<HttpString,String>, stringBuilder StringBuilder) : void in class io.undertow.server.protocol.http.HttpRequestParser | From | To | |
Change Variable Type | 1 | ||
Change Variable Type headerValuesCache : HashMap<HttpString,String> to headerValuesCache : CacheMap<HttpString,String> in method package handleHeaderValue(buffer ByteBuffer, state ParseState, builder HttpServerExchange) : void in class io.undertow.server.protocol.http.HttpRequestParser | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type headerValuesCache : HashMap<HttpString,String> to headerValuesCache : CacheMap<HttpString,String> in class io.undertow.server.protocol.http.ParseState | From | To |