7dc017fd9255ba302736d9ad1ce778f93e77b573
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method package lookupAllTestEngines(classLoader ClassLoader) : Iterable<TestEngine> from class org.junit.gen5.launcher.TestEngineRegistry to public lookupAllTestEngines() : Iterable<TestEngine> from class org.junit.gen5.launcher.ServiceLoaderTestEngineRegistry | From | To | |
Push Down Method package lookupAllTestEngines() : Iterable<TestEngine> from class org.junit.gen5.launcher.TestEngineRegistry to public lookupAllTestEngines() : Iterable<TestEngine> from class org.junit.gen5.launcher.ServiceLoaderTestEngineRegistry | From | To | |
Extract Subclass | 1 | ||
Extract Subclass org.junit.gen5.launcher.ServiceLoaderTestEngineRegistry from class org.junit.gen5.launcher.TestEngineRegistry | From | To | |
Move Method | 1 | ||
Move Method private validCommandLineOptions() : CommandLineOptions from class org.junit.gen5.console.tasks.TestPlanSpecificationCreatorTest to public validCommandLineOptions() : CommandLineOptions from class org.junit.gen5.console.options.CommandLineOptionsStubs | From | To | |
Push Down Attribute | 2 | ||
Push Down Attribute private testEngines : Iterable<TestEngine> from class org.junit.gen5.launcher.TestEngineRegistry to private testEngines : Iterable<TestEngine> from class org.junit.gen5.launcher.ServiceLoaderTestEngineRegistry | From | To | |
Push Down Attribute private LOG : Logger from class org.junit.gen5.launcher.TestEngineRegistry to private LOG : Logger from class org.junit.gen5.launcher.ServiceLoaderTestEngineRegistry | From | To |