625389e1819493f68be60b545b8270831d631d40
Files Diff
- Added: 23
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type value : Byte to value : T in method public offset(value T) : Offset<T> in class org.assertj.core.data.Offset | From | To | |
Change Return Type | 1 | ||
Change Return Type Offset<Byte> to Offset<T> in method public offset(value T) : Offset<T> in class org.assertj.core.data.Offset | From | To | |
Extract Method | 2 | ||
Extract Method protected areNotCloseEnough(actual BigDecimal, other BigDecimal, offset Offset<BigDecimal>) : boolean extracted from public assertIsCloseTo(info AssertionInfo, actual BigDecimal, other BigDecimal, offset Offset<BigDecimal>) : void in class org.assertj.core.internal.BigDecimals | From | To | |
Extract Method private diff(actual BigDecimal, other BigDecimal) : BigDecimal extracted from public assertIsCloseTo(info AssertionInfo, actual BigDecimal, other BigDecimal, offset Offset<BigDecimal>) : void in class org.assertj.core.internal.BigDecimals | From | To |