0925471b590faab4865840ed1b0df08b4d2af4c1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Variable Type | 1 | ||
| Change Variable Type entry : Map.Entry<RollDetails,WireStore> to entry : Map.Entry<RollDetails,WeakReference<WireStore>> in method public release(store WireStore) : void in class net.openhft.chronicle.queue.impl.WireStorePool | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type stores : Map<RollDetails,WireStore> to stores : Map<RollDetails,WeakReference<WireStore>> in class net.openhft.chronicle.queue.impl.WireStorePool | From | To |