99795eb6a36128066ba828323377c51cdf7d3146
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private getResp(code int) : HttpResponse inlined to private responseCode(responseCode int) : HttpExchange in class org.rapidoid.http.HttpExchangeImpl | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute pos : int to responseContentLengthPos : int in method public completeResponse() : void in class org.rapidoid.http.HttpExchangeImpl | From | To | |
Rename Attribute | 4 | ||
Rename Attribute startingPos : int to responseStartingPos : int in class org.rapidoid.http.HttpExchangeImpl | From | To | |
Rename Attribute writesBody : boolean to writesResponseBody : boolean in class org.rapidoid.http.HttpExchangeImpl | From | To | |
Rename Attribute bodyPos : int to responseBodyPos : int in class org.rapidoid.http.HttpExchangeImpl | From | To | |
Rename Attribute hasContentType : boolean to responseHasContentType : boolean in class org.rapidoid.http.HttpExchangeImpl | From | To |