8c26272df9507941200fda6d51137158481dab52
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public fromLongShouldReturnMinValueWhenNegativeValueWithLenient() : void renamed to public fromOutboundLongShouldReturnMinValueWhenNegativeValue() : void in class org.apache.james.jmap.model.NumberTest | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type maximumLimit : int to maximumLimit : long in method public GetMessageListMethod(mailboxManager MailboxManager, maximumLimit long, getMessagesMethod GetMessagesMethod, mailboxIdFactory MailboxId.Factory, metricFactory MetricFactory) in class org.apache.james.jmap.methods.GetMessageListMethod | From | To | |
Change Parameter Type maximumLimit : int to maximumLimit : long in method public TestJMAPServerModule(maximumLimit long) in class org.apache.james.modules.TestJMAPServerModule | From | To | |
Change Variable Type | 2 | ||
Change Variable Type maxSize : int to maxSize : long in method public buildShouldWork() : void in class org.apache.james.jmap.model.FilterConditionTest | From | To | |
Change Variable Type minSize : int to minSize : long in method public buildShouldWork() : void in class org.apache.james.jmap.model.FilterConditionTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type DEFAULT_MAXIMUM_LIMIT : int to DEFAULT_MAXIMUM_LIMIT : long in class org.apache.james.jmap.methods.GetMessageListMethod | From | To | |
Change Attribute Type maximumLimit : int to maximumLimit : long in class org.apache.james.jmap.methods.GetMessageListMethod | From | To | |
Change Attribute Type maximumLimit : int to maximumLimit : long in class org.apache.james.modules.TestJMAPServerModule | From | To |