02479d429ab0fa0b4ae4ec426bea0736d65efcfc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 4 | ||
| Rename Variable numConns : int to numConnections : int in method public testContexts() : void in class io.vertx.test.core.NetTest | From | To | |
| Rename Variable latch2 : CountDownLatch to clientLatch : CountDownLatch in method public testContexts() : void in class io.vertx.test.core.NetTest | From | To | |
| Rename Variable latch : CountDownLatch to listenLatch : CountDownLatch in method public testContexts() : void in class io.vertx.test.core.NetTest | From | To | |
| Rename Variable cnt : AtomicInteger to connectCount : AtomicInteger in method public testContexts() : void in class io.vertx.test.core.NetTest | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type contexts : Set<ContextInternal> to contexts : Set<Context> in method public testContexts() : void in class io.vertx.test.core.NetTest | From | To | |
| Change Variable Type listenContext : AtomicReference<ContextInternal> to listenContext : AtomicReference<Context> in method public testContexts() : void in class io.vertx.test.core.NetTest | From | To | |
| Change Variable Type serverConnectContext : AtomicReference<ContextInternal> to serverConnectContext : AtomicReference<Context> in method public testContexts() : void in class io.vertx.test.core.NetTest | From | To |