d70721c765c63a54c61e80564ba3c10a712c8357
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 3 | ||
Pull Up Method public checkError() : void from class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper to public checkError() : void from class org.apache.tomcat.util.net.SocketWrapperBase | From | To | |
Pull Up Method public getError() : IOException from class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper to public getError() : IOException from class org.apache.tomcat.util.net.SocketWrapperBase | From | To | |
Pull Up Method public setError(error IOException) : void from class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper to public setError(error IOException) : void from class org.apache.tomcat.util.net.SocketWrapperBase | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private error : IOException from class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper to private error : IOException from class org.apache.tomcat.util.net.SocketWrapperBase | From | To |