475a73fbae0534ff2840a7fb90f52b7b98c7315e
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type upcasterSuppliers : List<Supplier<Upcaster<T>>> to upcasters : List<? extends Upcaster<T>> in method public GenericUpcasterChain(upcasters List<? extends Upcaster<T>>) in class org.axonframework.serialization.upcasting.GenericUpcasterChain | From | To | |
Change Return Type | 1 | ||
Change Return Type List<Upcaster<T>> to List<? extends Upcaster<T>> in method protected getUpcasters() : List<? extends Upcaster<T>> in class org.axonframework.serialization.upcasting.GenericUpcasterChain | From | To | |
Rename Attribute | 1 | ||
Rename Attribute upcasterSuppliers : List<Supplier<Upcaster<T>>> to upcasters : List<? extends Upcaster<T>> in class org.axonframework.serialization.upcasting.GenericUpcasterChain | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type upcasterSuppliers : List<Supplier<Upcaster<T>>> to upcasters : List<? extends Upcaster<T>> in class org.axonframework.serialization.upcasting.GenericUpcasterChain | From | To | |
Rename Parameter | 1 | ||
Rename Parameter upcasterSuppliers : List<Supplier<Upcaster<T>>> to upcasters : List<? extends Upcaster<T>> in method public GenericUpcasterChain(upcasters List<? extends Upcaster<T>>) in class org.axonframework.serialization.upcasting.GenericUpcasterChain | From | To |