a079b7f8bfa0d7ef74d62e2824de8cfcbb3c90ba
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 3 | ||
Pull Up Method public test(candidate Method) : boolean from class org.junit.jupiter.engine.discovery.predicates.IsTestTemplateMethod to public test(candidate Method) : boolean from class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod | From | To | |
Pull Up Method public test(candidate Method) : boolean from class org.junit.jupiter.engine.discovery.predicates.IsTestMethod to public test(candidate Method) : boolean from class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod | From | To | |
Pull Up Method public test(candidate Method) : boolean from class org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod to public test(candidate Method) : boolean from class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.junit.jupiter.engine.discovery.predicates.IsTestableMethod from classes [org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod, org.junit.jupiter.engine.discovery.predicates.IsTestMethod, org.junit.jupiter.engine.discovery.predicates.IsTestTemplateMethod] | From | To |