237c790e078dc95dc7b070d3f8ef3864149d52d0
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type properties : List<String> to properties : Optional<ImmutableSet<MailboxProperty>> in method private GetMailboxesRequest(accountId Optional<String>, ids List<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<ImmutableSet<MailboxProperty>> in method public getProperties() : Optional<ImmutableSet<MailboxProperty>> in class org.apache.james.jmap.model.GetMailboxesRequest | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type properties : List<String> to properties : Optional<ImmutableSet<MailboxProperty>> in class org.apache.james.jmap.model.GetMailboxesRequest | From | To | |
| Change Attribute Type properties : ImmutableList.Builder<String> to properties : Optional<ImmutableSet<MailboxProperty>> in class org.apache.james.jmap.model.GetMailboxesRequest.Builder | From | To |