|
Rename Method private ensureContainsId(input Set<MessageProperty>, toAdd Set<MessageProperty>) : void renamed to private handleHeadersProperties(headerProperties Optional<ImmutableSet<MessageHeaderProperty>>, toAdd Set<MessageProperty>, toRemove Set<MessageProperty>) : void in class org.apache.james.jmap.methods.GetMessagesMethod |
From |
To |
|
Rename Method public equalsShouldBeTrueWhenDifferentCaseProperties() : void renamed to public equalsShouldBeFalseWhenDifferentCaseProperties() : void in class org.apache.james.jmap.model.MessagePropertyTest |
From |
To |
|
Rename Method public processShouldReturnIdWhenNotInPropertyList() : void renamed to public processShouldAddMantoryPropertiesWhenNotInPropertyList() : void in class org.apache.james.jmap.methods.GetMessagesMethodTest |
From |
To |
|
Rename Method public valueOfThenAsFieldNameShouldReturnLowerCasedProperty() : void renamed to public valueOfThenAsFieldNameShouldReturnMatchingCaseProperty() : void in class org.apache.james.jmap.model.MessagePropertyTest |
From |
To |
|
Rename Method public processShouldReturnOnlyMessageIdsOnEmptyPropertyList() : void renamed to public processShouldReturnOnlyMandatoryPropertiesOnEmptyPropertyList() : void in class org.apache.james.jmap.methods.GetMessagesMethodTest |
From |
To |
|
Change Parameter Type requestedProperties : Optional<ImmutableSet<MessageProperty>> to headerProperties : Optional<ImmutableSet<MessageHeaderProperty>> in method private buildFilteringHeadersFilterProvider(headerProperties Optional<ImmutableSet<MessageHeaderProperty>>) : SimpleFilterProvider in class org.apache.james.jmap.methods.GetMessagesMethod |
From |
To |
|
Change Parameter Type propertiesToInclude : Set<MessageProperty> to headerProperties : Optional<ImmutableSet<MessageHeaderProperty>> in method private buildPropertyFilter(headerProperties Optional<ImmutableSet<MessageHeaderProperty>>) : SimpleBeanPropertyFilter in class org.apache.james.jmap.methods.GetMessagesMethod |
From |
To |
|
Change Parameter Type input : Set<MessageProperty> to requestedProperties : Optional<ImmutableSet<MessageProperty>> in method private handleBody(requestedProperties Optional<ImmutableSet<MessageProperty>>, toAdd Set<MessageProperty>, toRemove Set<MessageProperty>) : void in class org.apache.james.jmap.methods.GetMessagesMethod |
From |
To |
|
Change Parameter Type propertiesToInclude : Set<MessageProperty> to propertiesToInclude : Set<MessageHeaderProperty> in method public IncludeMessagePropertyPropertyFilter(propertiesToInclude Set<MessageHeaderProperty>) in class org.apache.james.jmap.methods.GetMessagesMethod.IncludeMessagePropertyPropertyFilter |
From |
To |
|
Rename Parameter input : Set<MessageProperty> to requestedProperties : Optional<ImmutableSet<MessageProperty>> in method private handleBody(requestedProperties Optional<ImmutableSet<MessageProperty>>, toAdd Set<MessageProperty>, toRemove Set<MessageProperty>) : void in class org.apache.james.jmap.methods.GetMessagesMethod |
From |
To |
|
Rename Parameter requestedProperties : Optional<ImmutableSet<MessageProperty>> to headerProperties : Optional<ImmutableSet<MessageHeaderProperty>> in method private buildFilteringHeadersFilterProvider(headerProperties Optional<ImmutableSet<MessageHeaderProperty>>) : SimpleFilterProvider in class org.apache.james.jmap.methods.GetMessagesMethod |
From |
To |
|
Rename Parameter propertiesToInclude : Set<MessageProperty> to headerProperties : Optional<ImmutableSet<MessageHeaderProperty>> in method private buildPropertyFilter(headerProperties Optional<ImmutableSet<MessageHeaderProperty>>) : SimpleBeanPropertyFilter in class org.apache.james.jmap.methods.GetMessagesMethod |
From |
To |
|
Rename Parameter input : Set<MessageProperty> to toRemove : Set<MessageProperty> in method private handleHeadersProperties(headerProperties Optional<ImmutableSet<MessageHeaderProperty>>, toAdd Set<MessageProperty>, toRemove Set<MessageProperty>) : void in class org.apache.james.jmap.methods.GetMessagesMethod |
From |
To |