54c55b602f8bcfed42563b68a0b4a79f64ee2af4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public await(timeout long, unit TimeUnit) : boolean renamed to public get(timeout long, unit TimeUnit) : List<String> in class org.eclipse.jetty.io.ManagedSelector.DumpKeys | From | To | |
Rename Variable | 2 | ||
Rename Variable keys : Set<SelectionKey> to selector_keys : Set<SelectionKey> in method public run() : void in class org.eclipse.jetty.io.ManagedSelector.DumpKeys | From | To | |
Rename Variable dumpKeys : DumpKeys to dump : DumpKeys in method public dump(out Appendable, indent String) : void in class org.eclipse.jetty.io.ManagedSelector | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to List<String> in method public get(timeout long, unit TimeUnit) : List<String> in class org.eclipse.jetty.io.ManagedSelector.DumpKeys | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type _actions : Queue<Runnable> to _actions : Deque<Runnable> in class org.eclipse.jetty.io.ManagedSelector | From | To |