7eb9d7b0200f33ca1e1f01fad40477bcc70278ba
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private writeAsync(b byte[], off int, len int) : void extracted from public write(b byte[], off int, len int) : void in class io.undertow.servlet.spec.ServletOutputStreamImpl | From | To | |
Extract Method private writeTooLargeForBuffer(b byte[], off int, len int, buffer ByteBuffer) : void extracted from public write(b byte[], off int, len int) : void in class io.undertow.servlet.spec.ServletOutputStreamImpl | From | To |