14834784937cebf0cf38dfceda39abb3d98d02c8
Files Diff
- Added: 21
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type timeout : long to timeout : int in method public writeAndRead(address String, port int, req byte[], timeout int) : byte[] in class org.rapidoid.util.Msc | From | To | |
Rename Variable | 1 | ||
Rename Variable possibleCloseHeaderPos : int to possibleConnHeaderPos : int in method private detectKeepAlive(buf Buf, helper RapidoidHelper, bytes Bytes, protocol BufRange, headers BufRanges) : boolean in class org.rapidoid.http.impl.HttpParser | From | To | |
Extract Method | 2 | ||
Extract Method private detectKeepAlive(buf Buf, helper RapidoidHelper, bytes Bytes, protocol BufRange, headers BufRanges) : boolean extracted from public parse(buf Buf, helper RapidoidHelper) : void in class org.rapidoid.http.impl.HttpParser | From | To | |
Extract Method public connect(address String, port int, timeout int, protocol F3<T,InputStream,BufferedReader,DataOutputStream>) : T extracted from public connect(address String, port int, protocol F3<T,InputStream,BufferedReader,DataOutputStream>) : T in class org.rapidoid.util.Msc | From | To |