4db8e8e359cb0a209b7321b5afc3a304e941c9f0
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method package noNameStyle() : void renamed to package noNameGenerator() : void in class org.junit.jupiter.api.DisplayNameGenerationTests | From | To | |
Rename Method package underscoreStyle() : void renamed to package underscoreGenerator() : void in class org.junit.jupiter.api.DisplayNameGenerationTests | From | To | |
Rename Method package defaultStyle() : void renamed to package standardGenerator() : void in class org.junit.jupiter.api.DisplayNameGenerationTests | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private getDisplayNameGenerationOrNull(testClass Class<?>) : DisplayNameGeneration from class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor to private getDisplayNameGeneration(testClass Class<?>) : Optional<DisplayNameGeneration> from class org.junit.jupiter.engine.descriptor.DisplayNameUtils | From | To | |
Move Method | 2 | ||
Move Method protected determineDisplayName(element AnnotatedElement, displayNameSupplier Supplier<String>) : String from class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor to package determineDisplayName(element AnnotatedElement, displayNameSupplier Supplier<String>) : String from class org.junit.jupiter.engine.descriptor.DisplayNameUtils | From | To | |
Move Method package getDisplayNameGenerator(testClass Class<?>) : DisplayNameGenerator from class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor to private getDisplayNameGenerator(testClass Class<?>) : DisplayNameGenerator from class org.junit.jupiter.engine.descriptor.DisplayNameUtils | From | To | |
Change Return Type | 1 | ||
Change Return Type DisplayNameGeneration to Optional<DisplayNameGeneration> in method private getDisplayNameGeneration(testClass Class<?>) : Optional<DisplayNameGeneration> in class org.junit.jupiter.engine.descriptor.DisplayNameUtils | From | To | |
Extract Class | 1 | ||
Extract Class org.junit.jupiter.engine.descriptor.DisplayNameUtils from class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor | From | To | |
Rename Class | 1 | ||
Rename Class org.junit.jupiter.api.DisplayNameGenerator.DefaultGenerator renamed to org.junit.jupiter.api.DisplayNameGenerator.Standard | From | To |