0eb7901f66017f1f102afb17598bd8a95b76ab77
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method private computeArtifactId(engine TestEngine) : Optional<String> from class org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry to public getArtifactId() : Optional<String> from class org.junit.platform.engine.TestEngine | From | To | |
Move And Rename Method private computeGroupId(engine TestEngine) : Optional<String> from class org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry to public getGroupId() : Optional<String> from class org.junit.platform.engine.TestEngine | From | To | |
Change Return Type | 1 | ||
Change Return Type String to Optional<String> in method public getVersion() : Optional<String> in class org.junit.platform.engine.TestEngine | From | To |