517362ff967e8fd6df2afb504fb7e46ab7188b1d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable request : SuspendedRequest to res : SuspendedRequest in method public setMaximumConcurrentRequests(newMax int) : int in class io.undertow.server.handlers.RequestLimit | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute stateUpdater : AtomicLongFieldUpdater<RequestLimit> to requestsUpdater : AtomicIntegerFieldUpdater<RequestLimit> in class io.undertow.server.handlers.RequestLimit | From | To | |
| Rename Attribute state : long to requests : int in class io.undertow.server.handlers.RequestLimit | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type oldVal : long to oldVal : int in method public handleRequest(exchange HttpServerExchange, next HttpHandler) : void in class io.undertow.server.handlers.RequestLimit | From | To | |
| Change Variable Type newVal : long to newVal : int in method public setMaximumConcurrentRequests(newMax int) : int in class io.undertow.server.handlers.RequestLimit | From | To | |
| Change Variable Type newVal : long to newVal : int in method public handleRequest(exchange HttpServerExchange, next HttpHandler) : void in class io.undertow.server.handlers.RequestLimit | From | To | |
| Change Variable Type oldVal : long to oldVal : int in method public setMaximumConcurrentRequests(newMax int) : int in class io.undertow.server.handlers.RequestLimit | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type stateUpdater : AtomicLongFieldUpdater<RequestLimit> to requestsUpdater : AtomicIntegerFieldUpdater<RequestLimit> in class io.undertow.server.handlers.RequestLimit | From | To | |
| Change Attribute Type state : long to requests : int in class io.undertow.server.handlers.RequestLimit | From | To |