c2d6278b339384f9e6679b718ceb861d0329be1d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public abstract close() : void renamed to protected abstract doClose() : void in class org.apache.tomcat.util.net.SocketWrapperBase | From | To | |
| Rename Method public close() : void renamed to protected doClose() : void in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper | From | To | |
| Rename Method public close() : void renamed to protected doClose() : void in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter IOChannel : SocketChannel to sc : SocketChannel in method public setIOChannel(sc SocketChannel) : void in class org.apache.tomcat.util.net.NioChannel | From | To |