356bf2e06f1a0f3b79a1fe30af0fb92a9ed8f74f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public run() : void renamed to public update(selector Selector) : void in class org.eclipse.jetty.io.ManagedSelector.Acceptor | From | To | |
| Rename Method public run() : void renamed to public update(selector Selector) : void in class org.eclipse.jetty.io.ManagedSelector.DumpKeys | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type change : Runnable to action : SelectorUpdate in method public submit(action SelectorUpdate) : void in class org.eclipse.jetty.io.ManagedSelector | From | To | |
| Move Method | 1 | ||
| Move Method protected failed(failure Throwable) : void from class org.eclipse.jetty.io.ManagedSelector.CreateEndPoint to protected failed(failure Throwable) : void from class org.eclipse.jetty.io.ManagedSelector.Accept | From | To | |
| Rename Variable | 2 | ||
| Rename Variable close_endps : CloseEndPoints to close_connections : CloseConnections in method protected doStop() : void in class org.eclipse.jetty.io.ManagedSelector | From | To | |
| Rename Variable close_selector : CloseSelector to stop_selector : StopSelector in method protected doStop() : void in class org.eclipse.jetty.io.ManagedSelector | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private key : SelectionKey from class org.eclipse.jetty.io.ManagedSelector.CreateEndPoint to private key : SelectionKey from class org.eclipse.jetty.io.ManagedSelector.Accept | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute _actions : Deque<Runnable> to _updates : Deque<SelectorUpdate> in class org.eclipse.jetty.io.ManagedSelector | From | To | |
| Rename Attribute _runUpdateKey : Runnable to _updateKeyAction : ManagedSelector.SelectorUpdate in class org.eclipse.jetty.io.ChannelEndPoint | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type actions : List<Runnable> to actions : List<SelectorUpdate> in method public dump(out Appendable, indent String) : void in class org.eclipse.jetty.io.ManagedSelector | From | To | |
| Change Variable Type close_selector : CloseSelector to stop_selector : StopSelector in method protected doStop() : void in class org.eclipse.jetty.io.ManagedSelector | From | To | |
| Change Variable Type close_endps : CloseEndPoints to close_connections : CloseConnections in method protected doStop() : void in class org.eclipse.jetty.io.ManagedSelector | From | To | |
| Extract Method | 1 | ||
| Extract Method protected failed(failure Throwable) : void extracted from public run() : void in class org.eclipse.jetty.io.ManagedSelector.Accept | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type _actions : Deque<Runnable> to _updates : Deque<SelectorUpdate> in class org.eclipse.jetty.io.ManagedSelector | From | To | |
| Change Attribute Type _runUpdateKey : Runnable to _updateKeyAction : ManagedSelector.SelectorUpdate in class org.eclipse.jetty.io.ChannelEndPoint | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter change : Runnable to action : SelectorUpdate in method public submit(action SelectorUpdate) : void in class org.eclipse.jetty.io.ManagedSelector | From | To |