0b7f845e191e6e88fe364190e4adfa6900d8e468
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private readOrWrite(read boolean, buffers ByteBuffer[], offset int, length int, block BlockingMode, timeout long, unit TimeUnit, attachment A, check CompletionCheck, handler CompletionHandler<Long,? super A>) : CompletionState extracted from public read(dsts ByteBuffer[], offset int, length int, block BlockingMode, timeout long, unit TimeUnit, attachment A, check CompletionCheck, handler CompletionHandler<Long,? super A>) : CompletionState in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper | From | To | |
Extract Method private readOrWrite(read boolean, buffers ByteBuffer[], offset int, length int, block BlockingMode, timeout long, unit TimeUnit, attachment A, check CompletionCheck, handler CompletionHandler<Long,? super A>) : CompletionState extracted from public write(srcs ByteBuffer[], offset int, length int, block BlockingMode, timeout long, unit TimeUnit, attachment A, check CompletionCheck, handler CompletionHandler<Long,? super A>) : CompletionState in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper | From | To |