72710b0f06588c7be0061b37b0e0f83008b8b2d9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type element : T to element : Object in method public remove(element Object) : boolean in class com.zaxxer.hikari.util.FastList | From | To | |
| Change Return Type | 2 | ||
| Change Return Type void to boolean in method public add(element T) : boolean in class com.zaxxer.hikari.util.FastList | From | To | |
| Change Return Type void to boolean in method public remove(element Object) : boolean in class com.zaxxer.hikari.util.FastList | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type list : FastList<T> to list : List<?> 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<FastList<T>> to threadList : ThreadLocal<List> in class com.zaxxer.hikari.util.ConcurrentBag | From | To |