1fc24e8ac33322d8b9ae80c70a17e70a9559f283
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type message : String to messageSupplier : Supplier<String> in method public containsNoNullElements(collection T, messageSupplier Supplier<String>) : T in class org.junit.platform.commons.util.Preconditions | From | To | |
Change Parameter Type message : String to messageSupplier : Supplier<String> in method public containsNoNullElements(array T[], messageSupplier Supplier<String>) : T[] in class org.junit.platform.commons.util.Preconditions | From | To | |
Extract Method | 4 | ||
Extract Method public containsNoNullElements(array T[], messageSupplier Supplier<String>) : T[] extracted from public containsNoNullElements(array T[], message String) : T[] in class org.junit.platform.commons.util.Preconditions | From | To | |
Extract Method public notEmpty(array T[], messageSupplier Supplier<String>) : T[] extracted from public notEmpty(array T[], message String) : T[] in class org.junit.platform.commons.util.Preconditions | From | To | |
Extract Method public containsNoNullElements(collection T, messageSupplier Supplier<String>) : T extracted from public containsNoNullElements(collection T, message String) : T in class org.junit.platform.commons.util.Preconditions | From | To | |
Extract Method public notEmpty(collection T, messageSupplier Supplier<String>) : T extracted from public notEmpty(collection T, message String) : T in class org.junit.platform.commons.util.Preconditions | From | To | |
Rename Parameter | 2 | ||
Rename Parameter message : String to messageSupplier : Supplier<String> in method public containsNoNullElements(collection T, messageSupplier Supplier<String>) : T in class org.junit.platform.commons.util.Preconditions | From | To | |
Rename Parameter message : String to messageSupplier : Supplier<String> in method public containsNoNullElements(array T[], messageSupplier Supplier<String>) : T[] in class org.junit.platform.commons.util.Preconditions | From | To |