4e4112523dd1cd15bdb74f92a76013cdaecb8495
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method protected setSource(source TestSource) : void moved from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor to class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor & inlined to package MethodBasedTestDescriptor(uniqueId UniqueId, displayName String, testClass Class<?>, testMethod Method) | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type source : Optional<? extends TestSource> to source : TestSource in method package VintageTestDescriptor(parent TestDescriptor, segmentType String, segmentValue String, description Description, source TestSource) in class org.junit.vintage.engine.descriptor.VintageTestDescriptor | From | To | |
Change Parameter Type source : Optional<? extends TestSource> to source : TestSource in method package VintageTestDescriptor(parent TestDescriptor, segmentType String, segmentValue String, description Description, displayName String, source TestSource) in class org.junit.vintage.engine.descriptor.VintageTestDescriptor | From | To | |
Change Return Type | 1 | ||
Change Return Type Optional<TestSource> to TestSource in method private toTestSource(description Description) : TestSource in class org.junit.vintage.engine.descriptor.VintageTestDescriptor | From | To |