bdbbac068bb3b3c985d755c1ec72fa8265bec327
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public write(block boolean, timeout long, unit TimeUnit, attachment A, check CompletionCheck, handler CompletionHandler<Long,? super A>, srcs ByteBuffer...) : CompletionState from class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper to public write(block boolean, timeout long, unit TimeUnit, attachment A, check CompletionCheck, handler CompletionHandler<Long,? super A>, srcs ByteBuffer...) : CompletionState from class org.apache.tomcat.util.net.SocketWrapperBase | From | To | |
Pull Up Method public read(block boolean, timeout long, unit TimeUnit, attachment A, check CompletionCheck, handler CompletionHandler<Long,? super A>, dsts ByteBuffer...) : CompletionState from class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper to public read(block boolean, timeout long, unit TimeUnit, attachment A, check CompletionCheck, handler CompletionHandler<Long,? super A>, dsts ByteBuffer...) : CompletionState from class org.apache.tomcat.util.net.SocketWrapperBase | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute public COMPLETE_WRITE : CompletionCheck from class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper to public COMPLETE_WRITE : CompletionCheck from class org.apache.tomcat.util.net.SocketWrapperBase | From | To | |
Pull Up Attribute public READ_DATA : CompletionCheck from class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper to public READ_DATA : CompletionCheck from class org.apache.tomcat.util.net.SocketWrapperBase | From | To | |
Move Class | 3 | ||
Move Class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper.CompletionState moved to org.apache.tomcat.util.net.SocketWrapperBase.CompletionState | From | To | |
Move Class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper.CompletionHandlerCall moved to org.apache.tomcat.util.net.SocketWrapperBase.CompletionHandlerCall | From | To | |
Move Class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper.CompletionCheck moved to org.apache.tomcat.util.net.SocketWrapperBase.CompletionCheck | From | To |