28d2172ea70efb53d0ce7de39aeeac0ad826b9f6
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method private setKeyInterests() : void inlined to public updateKey() : void in class org.eclipse.jetty.io.SelectChannelEndPoint | From | To | |
Rename Variable | 2 | ||
Rename Variable current : State to pending : boolean in method private changeInterests(operation int) : void in class org.eclipse.jetty.io.SelectChannelEndPoint | From | To | |
Rename Variable stop : Stop to close_endps : CloseEndPoints in method protected doStop() : void in class org.eclipse.jetty.io.ManagedSelector | From | To | |
Move Attribute | 1 | ||
Move Attribute private latch : CountDownLatch from class org.eclipse.jetty.io.ManagedSelector.EndPointCloser to private latch : CountDownLatch from class org.eclipse.jetty.io.ManagedSelector.DumpKeys | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.jetty.io.ManagedSelector.Stop renamed to org.eclipse.jetty.io.ManagedSelector.CloseSelector | From | To | |
Rename Attribute | 1 | ||
Rename Attribute endPoint : EndPoint to _endp : EndPoint in class org.eclipse.jetty.io.ManagedSelector.EndPointCloser | From | To | |
Split Variable | 1 | ||
Split Variable current : State to [newInterestOps : int, oldInterestOps : int] in method public updateKey() : void in class org.eclipse.jetty.io.SelectChannelEndPoint | From | To | |
Extract Variable | 1 | ||
Extract Variable selector : Selector in method private select() : boolean from class org.eclipse.jetty.io.ManagedSelector.SelectorProducer | From | To | |
Change Variable Type | 2 | ||
Change Variable Type current : State to pending : boolean in method private changeInterests(operation int) : void in class org.eclipse.jetty.io.SelectChannelEndPoint | From | To | |
Change Variable Type stop : Stop to close_endps : CloseEndPoints in method protected doStop() : void in class org.eclipse.jetty.io.ManagedSelector | From | To |