f951cc4c18aa80818de1e666dd3e39155ea23f46
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 2 | ||
| Move And Rename Method protected addToBuffers(from ByteBuffer) : void from class org.apache.tomcat.util.net.SocketWrapperBase to public add(from ByteBuffer) : void from class org.apache.tomcat.util.net.WriteBuffer | From | To | |
| Move And Rename Method protected addToBuffers(buf byte[], offset int, length int) : void from class org.apache.tomcat.util.net.SocketWrapperBase to package add(buf byte[], offset int, length int) : void from class org.apache.tomcat.util.net.WriteBuffer | From | To | |
| Move Method | 1 | ||
| Move Method private getByteBufferHolder(capacity int) : ByteBufferHolder from class org.apache.tomcat.util.net.SocketWrapperBase to private getByteBufferHolder(capacity int) : ByteBufferHolder from class org.apache.tomcat.util.net.WriteBuffer | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.tomcat.util.net.WriteBuffer from class org.apache.tomcat.util.net.SocketWrapperBase | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute bufferedWrites : LinkedBlockingDeque<ByteBufferHolder> to writeBuffer : WriteBuffer in class org.apache.tomcat.util.net.SocketWrapperBase | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type bufferedWrites : LinkedBlockingDeque<ByteBufferHolder> to writeBuffer : WriteBuffer in class org.apache.tomcat.util.net.SocketWrapperBase | From | To |