9a8d8f3cb4b8a83ea6b10db6cb901ba53a84d1fe
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 2 | ||
| Extract Method protected writeBody(ctx Channel, body byte[], offset int, length int, contentType MediaType) : void extracted from protected writeBody(ctx Channel, body byte[], contentType MediaType) : void in class org.rapidoid.http.AbstractHttpServer | From | To | |
| Extract Method protected ok(ctx Channel, isKeepAlive boolean, body byte[], offset int, length int, contentType MediaType) : HttpStatus extracted from protected ok(ctx Channel, isKeepAlive boolean, body byte[], contentType MediaType) : HttpStatus in class org.rapidoid.http.AbstractHttpServer | From | To |