70f41edef4e26f84337cf46f8d34fb4a8fdf4af6
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type extensionPointApplier : Consumer<RegisteredExtensionPoint<T>> to extensionPointApplier : ThrowingConsumer<RegisteredExtensionPoint<T>> in method public applyExtensionPoints(extensionClass Class<T>, order ApplicationOrder, extensionPointApplier ThrowingConsumer<RegisteredExtensionPoint<T>>) : void in class org.junit.gen5.engine.junit5.execution.TestExtensionRegistry | From | To | |
Change Variable Type | 2 | ||
Change Variable Type applyAfterEach : Consumer<RegisteredExtensionPoint<AfterEachExtensionPoint>> to applyAfterEach : ThrowingConsumer<RegisteredExtensionPoint<AfterEachExtensionPoint>> in method protected afterEachCallback(context JUnit5EngineExecutionContext) : AfterEachCallback in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor | From | To | |
Change Variable Type applyBeforeEach : Consumer<RegisteredExtensionPoint<BeforeEachExtensionPoint>> to applyBeforeEach : ThrowingConsumer<RegisteredExtensionPoint<BeforeEachExtensionPoint>> in method protected beforeEachCallback(context JUnit5EngineExecutionContext) : BeforeEachCallback in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor | From | To |