7d875c0c4d4f74e9f451808e32f5438bc8aacaa9
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type infoSupplier : Supplier<Object> to infoSupplier : Supplier<?> in method public setInfoSupplier(infoSupplier Supplier<?>) : void in class com.facebook.presto.operator.OperatorContext | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type infoSupplier : Supplier<Object> to infoSupplier : Supplier<?> in method public getOperatorStats() : OperatorStats in class com.facebook.presto.operator.OperatorContext | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type infoSupplier : AtomicReference<Supplier<Object>> to infoSupplier : AtomicReference<Supplier<?>> in class com.facebook.presto.operator.OperatorContext | From | To |