f3aee853c0ada6932f0ddba0d1d25ecb61b273b6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type bagEntry : IConcurrentBagEntry to bagEntry : T in method public borrow(timeout long, timeUnit TimeUnit) : T in class com.zaxxer.hikari.util.ConcurrentBag | From | To | |
Change Variable Type list : ArrayList<WeakReference<IConcurrentBagEntry>> to list : FastList<T> in method public borrow(timeout long, timeUnit TimeUnit) : T in class com.zaxxer.hikari.util.ConcurrentBag | From | To | |
Inline Variable | 1 | ||
Inline Variable list : ArrayList<WeakReference<IConcurrentBagEntry>> in method public requite(bagEntry T) : void from class com.zaxxer.hikari.util.ConcurrentBag | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type threadList : ThreadLocal<ArrayList<WeakReference<IConcurrentBagEntry>>> to threadList : ThreadLocal<FastList<T>> in class com.zaxxer.hikari.util.ConcurrentBag | From | To |