c7a6550f01f3a79a93f3f118cfaf0baedc805003
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable futures : List<Future<?>> to latches : List<CountDownLatch> in method public webSocketStressTestCase() : void in class io.undertow.websockets.jsr.test.stress.WebsocketStressTestCase | From | To | |
Change Variable Type | 2 | ||
Change Variable Type futures : List<Future<?>> to latches : List<CountDownLatch> in method public webSocketStressTestCase() : void in class io.undertow.websockets.jsr.test.stress.WebsocketStressTestCase | From | To | |
Change Variable Type future : Future<?> to future : CountDownLatch in method public webSocketStressTestCase() : void in class io.undertow.websockets.jsr.test.stress.WebsocketStressTestCase | From | To |