323dac88536a9768ea92183598e695b39da62a1a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package getOuterInstance() : void renamed to package getOutermostInstance() : void in class org.junit.platform.commons.util.ReflectionUtilsTests | From | To | |
Rename Method public getOuterInstance(inner Object, targetType Class<?>) : Optional<Object> renamed to public getOutermostInstance(inner Object, requiredType Class<?>) : Optional<Object> in class org.junit.platform.commons.util.ReflectionUtils | From | To | |
Inline Variable | 1 | ||
Inline Variable testInstanceProvider : TestInstanceProvider in method public prepare(context JupiterEngineExecutionContext) : JupiterEngineExecutionContext from class org.junit.jupiter.engine.descriptor.ClassTestDescriptor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter targetType : Class<?> to requiredType : Class<?> in method public getOutermostInstance(inner Object, requiredType Class<?>) : Optional<Object> in class org.junit.platform.commons.util.ReflectionUtils | From | To |