3e45ce4a640c95a7fa975b4d9e4e928431c2bd17
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public getRuntime() : BQRuntime from class com.nhl.bootique.test.BQDaemonTestRuntime to public getRuntime() : BQRuntime from class com.nhl.bootique.test.BQTestRuntime | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type runtimes : Collection<BQRuntime> to runtimes : Collection<BQTestRuntime> in method private Builder(runtimes Collection<BQTestRuntime>) in class com.nhl.bootique.test.junit.BQTestFactory.Builder | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute private runtime : BQRuntime from class com.nhl.bootique.test.BQDaemonTestRuntime to private runtime : BQRuntime from class com.nhl.bootique.test.BQTestRuntime | From | To | |
| Change Return Type | 1 | ||
| Change Return Type BQRuntime to BQTestRuntime in method public build(args String...) : BQTestRuntime in class com.nhl.bootique.test.junit.BQTestFactory.Builder | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type runtime : BQRuntime to runtime : BQTestRuntime in method public build(args String...) : BQTestRuntime in class com.nhl.bootique.test.junit.BQTestFactory.Builder | From | To | |
| Change Variable Type localRuntimes : Collection<BQRuntime> to localRuntimes : Collection<BQTestRuntime> in method protected after() : void in class com.nhl.bootique.test.junit.BQTestFactory | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type runtimes : Collection<BQRuntime> to runtimes : Collection<BQTestRuntime> in class com.nhl.bootique.test.junit.BQTestFactory.Builder | From | To | |
| Change Attribute Type runtimes : Collection<BQRuntime> to runtimes : Collection<BQTestRuntime> in class com.nhl.bootique.test.junit.BQTestFactory | From | To |