920f6ea401ff38d1d66b594ddddfedb98bc8b68c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method protected populateNewExtensionRegistryFromExtendWith(annotatedElement AnnotatedElement, existingExtensionRegistry ExtensionRegistry) : ExtensionRegistry from class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor to package populateNewExtensionRegistryFromExtendWithAnnotation(parentRegistry ExtensionRegistry, annotatedElement AnnotatedElement) : ExtensionRegistry from class org.junit.jupiter.engine.descriptor.ExtensionUtils | From | To | |
Move Method | 1 | ||
Move Method protected registerExtensionsFromFields(clazz Class<?>, registry ExtensionRegistry, instance Object) : void from class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor to package registerExtensionsFromFields(registry ExtensionRegistry, clazz Class<?>, instance Object) : void from class org.junit.jupiter.engine.descriptor.ExtensionUtils | From | To | |
Move Attribute | 2 | ||
Move Attribute private isNonStaticExtension : Predicate<Field> from class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor to private isNonStaticExtension : Predicate<Field> from class org.junit.jupiter.engine.descriptor.ExtensionUtils | From | To | |
Move Attribute private isStaticExtension : Predicate<Field> from class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor to private isStaticExtension : Predicate<Field> from class org.junit.jupiter.engine.descriptor.ExtensionUtils | From | To | |
Extract Class | 1 | ||
Extract Class org.junit.jupiter.engine.descriptor.ExtensionUtils from class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter existingExtensionRegistry : ExtensionRegistry to parentRegistry : ExtensionRegistry in method package populateNewExtensionRegistryFromExtendWithAnnotation(parentRegistry ExtensionRegistry, annotatedElement AnnotatedElement) : ExtensionRegistry in class org.junit.jupiter.engine.descriptor.ExtensionUtils | From | To |