3827ccb4942f004a3cda5aab2e4947b36fb94bd9
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected getExecutionMode(element AnnotatedElement) : ExecutionMode renamed to protected getExecutionModeFromAnnotation(element AnnotatedElement) : Optional<ExecutionMode> in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor | From | To | |
Rename Method protected getExclusiveResources(element AnnotatedElement) : Set<ExclusiveResource> renamed to protected getExclusiveResourcesFromAnnotation(element AnnotatedElement) : Set<ExclusiveResource> in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor | From | To | |
Change Return Type | 1 | ||
Change Return Type ExecutionMode to Optional<ExecutionMode> in method protected getExecutionModeFromAnnotation(element AnnotatedElement) : Optional<ExecutionMode> in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor | From | To |