da86cbea789d31c593adfe96ae8a9dd10aba5609
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 1 | ||
| Extract Method protected upcastRemainder(upcasters List<Upcaster<T>>) : Stream<T> extracted from public upcast(intermediateRepresentations Stream<T>) : Stream<T> in class org.axonframework.serialization.upcasting.GenericUpcasterChain | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter intermediateRepresentations : Stream<T> to initialRepresentations : Stream<T> in method public upcast(initialRepresentations Stream<T>) : Stream<T> in class org.axonframework.serialization.upcasting.GenericUpcasterChain | From | To |