6c0d4d64356d6f2dea0d81a542625830b860841a
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type runtimes : Collection<BQTestRuntime> to runtimes : Collection<BQRuntime> in method private Builder(runtimes Collection<BQRuntime>, args String[]) in class io.bootique.test.junit.BQTestFactory.Builder | From | To | |
Move Method | 1 | ||
Move Method public getRuntime() : BQRuntime from class io.bootique.test.BQTestRuntime to public getRuntime() : BQRuntime from class io.bootique.test.BQDaemonTestRuntime | From | To | |
Change Return Type | 1 | ||
Change Return Type BQTestRuntime to BQRuntime in method public createRuntime() : BQRuntime in class io.bootique.test.junit.BQTestFactory.Builder | From | To | |
Move Attribute | 1 | ||
Move Attribute private runtime : BQRuntime from class io.bootique.test.BQTestRuntime to private runtime : BQRuntime from class io.bootique.test.BQDaemonTestRuntime | From | To | |
Change Variable Type | 2 | ||
Change Variable Type localRuntimes : Collection<BQTestRuntime> to localRuntimes : Collection<BQRuntime> in method protected after() : void in class io.bootique.test.junit.BQTestFactory | From | To | |
Change Variable Type runtime : BQTestRuntime to runtime : BQRuntime in method public testCreateRuntime_Injection() : void in class io.bootique.test.junit.BQTestFactoryIT | From | To | |
Inline Variable | 1 | ||
Inline Variable runtime : BQTestRuntime in method public testCreateRuntime_Streams_NoTrace() : void from class io.bootique.test.junit.BQTestFactoryIT | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type runtimes : Collection<BQTestRuntime> to runtimes : Collection<BQRuntime> in class io.bootique.test.junit.BQTestFactory.Builder | From | To | |
Change Attribute Type runtimes : Collection<BQTestRuntime> to runtimes : Collection<BQRuntime> in class io.bootique.test.junit.BQTestFactory | From | To |