743dc09d9a9bef42fb37e5d76629945da1102631
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Variable Type | 2 | ||
| Change Variable Type threadLocalList : List to threadLocalList : List<Object> in method public requite(bagEntry T) : void in class com.zaxxer.hikari.util.ConcurrentBag | From | To | |
| Change Variable Type list : List<?> to list : List<Object> in method public borrow(timeout long, timeUnit TimeUnit) : T in class com.zaxxer.hikari.util.ConcurrentBag | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type threadList : ThreadLocal<List> to threadList : ThreadLocal<List<Object>> in class com.zaxxer.hikari.util.ConcurrentBag | From | To |