4f544475853b1e1a7d8bdb161fe7bb34b5a3a3ff
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 5 | ||
Extract Method protected check() : void extracted from public onClosed(connection Connection) : void in class org.eclipse.jetty.server.ConnectionLimit | From | To | |
Extract Method protected unlimit() : void extracted from public onClosed(connection Connection) : void in class org.eclipse.jetty.server.ConnectionLimit | From | To | |
Extract Method protected check() : void extracted from public onOpened(connection Connection) : void in class org.eclipse.jetty.server.ConnectionLimit | From | To | |
Extract Method protected limit() : void extracted from public onClosed(connection Connection) : void in class org.eclipse.jetty.server.ConnectionLimit | From | To | |
Extract Method protected limit() : void extracted from public onOpened(connection Connection) : void in class org.eclipse.jetty.server.ConnectionLimit | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type _accepting : boolean to _accepting : Set<SelectableChannel> in class org.eclipse.jetty.server.ConnectionLimit | From | To |