409344c12fe326fca6830cd68e609fe16d25f1e1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public builderShouldThrowWhenIds() : void renamed to public builderShouldNotThrowWhenIds() : void in class org.apache.james.jmap.model.GetMailboxesRequestTest | From | To | |
Rename Method public getMailboxesShouldErrorNotSupportedWhenRequestContainsNonNullIds() : void renamed to public getMailboxesShouldReturnEmptyWhenIdsIsEmpty() : void in class org.apache.james.jmap.methods.GetMailboxesMethodTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type ids : List<String> to ids : Optional<ImmutableList<String>> in method private GetMailboxesRequest(accountId Optional<String>, ids Optional<ImmutableList<String>>, properties Optional<ImmutableSet<MailboxProperty>>) in class org.apache.james.jmap.model.GetMailboxesRequest | From | To | |
Change Return Type | 1 | ||
Change Return Type List<String> to Optional<ImmutableList<String>> in method public getIds() : Optional<ImmutableList<String>> in class org.apache.james.jmap.model.GetMailboxesRequest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type ids : List<String> to ids : Optional<ImmutableList<String>> in class org.apache.james.jmap.model.GetMailboxesRequest | From | To | |
Change Attribute Type ids : ImmutableList.Builder<String> to ids : Optional<ImmutableList<String>> in class org.apache.james.jmap.model.GetMailboxesRequest.Builder | From | To |