aebb2d2cdd6f8a5b94992d06170ae6f5888e3fee
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public fromLongShouldReturnLongValue() : void renamed to public fromLongShouldReturnValueWhenZero() : void in class org.apache.james.jmap.model.NumberTest | From | To | |
Rename Method public fromIntShouldReturnIntegerValue() : void renamed to public fromLongShouldReturnValueWhenMaxValue() : void in class org.apache.james.jmap.model.NumberTest | From | To | |
Rename Method public fromIntShouldReturnMinValueWhenNegativeValueWithLenient() : void renamed to public fromOutboundLongShouldSanitizeTooBigNumbers() : void in class org.apache.james.jmap.model.NumberTest | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type minSize : int to minSize : long in method public minSize(minSize long) : Builder in class org.apache.james.jmap.model.FilterCondition.Builder | From | To | |
Change Parameter Type maxSize : int to maxSize : long in method public maxSize(maxSize long) : Builder in class org.apache.james.jmap.model.FilterCondition.Builder | From | To |