a665075f0cee8a0c45dceddca340a607db24583a
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public getUniqueId() : String from class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor to public getUniqueId() : String from class org.junit.gen5.engine.junit5.descriptor.AbstractJavaTestDescriptor | From | To | |
Pull Up Method public getUniqueId() : String from class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor to public getUniqueId() : String from class org.junit.gen5.engine.junit5.descriptor.AbstractJavaTestDescriptor | From | To | |
Move Method | 1 | ||
Move Method private throwCannotResolveUniqueIdException(fullUniqueId String, uniqueIdPart String) : void from class org.junit.gen5.engine.junit5.descriptor.SpecificationResolver to private throwCannotResolveUniqueIdException(fullUniqueId String, uniqueIdPart String) : void from class org.junit.gen5.engine.junit5.descriptor.UniqueId | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private parent : TestDescriptor from class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor to private parent : TestDescriptor from class org.junit.gen5.engine.junit5.descriptor.AbstractJavaTestDescriptor | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.junit.gen5.engine.junit5.descriptor.AbstractJavaTestDescriptor from classes [org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor, org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor] | From | To |