af496aebb02196a1d1d3373b271b3f6330a6c4a5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 3 | ||
Push Down Method public getLastRead() : long from class org.apache.tomcat.util.net.SocketWrapperBase to public getLastRead() : long from class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper | From | To | |
Push Down Method public updateLastWrite() : void from class org.apache.tomcat.util.net.SocketWrapperBase to public updateLastWrite() : void from class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper | From | To | |
Push Down Method public getLastWrite() : long from class org.apache.tomcat.util.net.SocketWrapperBase to public getLastWrite() : long from class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type timeout : int to timeout : long in method private add(socket long, timeout long, flags int) : void in class org.apache.tomcat.util.net.AprEndpoint.Poller | From | To | |
Change Parameter Type timeout : int to timeout : long in method public add(socket long, timeout long, flag int) : boolean in class org.apache.tomcat.util.net.AprEndpoint.SocketList | From | To | |
Push Down Attribute | 2 | ||
Push Down Attribute private lastRead : long from class org.apache.tomcat.util.net.SocketWrapperBase to private lastRead : long from class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper | From | To | |
Push Down Attribute private lastWrite : long from class org.apache.tomcat.util.net.SocketWrapperBase to private lastWrite : long from class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type timeout : int to timeout : long in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo | From | To | |
Change Attribute Type timeouts : int[] to timeouts : long[] in class org.apache.tomcat.util.net.AprEndpoint.SocketList | From | To | |
Rename Parameter | 1 | ||
Rename Parameter useAvailableDataOnly : boolean to keptAlive : boolean in method package parseRequestLine(keptAlive boolean) : boolean in class org.apache.coyote.http11.Http11InputBuffer | From | To |