-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 15
-
Component/s: core-libs
-
generic
-
generic
-
Verified
```java.time.temporal.ValueRange.of()``` methods are now correctly throwing an InvalidArgumentException on given invalid arguments. For example, ```of(5, 2, 10)``` which is invalid because the ```minimum``` is greater than the ```smallest maximum```, now throws the exception.
- duplicates
-
JDK-8239881 Release Note: ValueRange.of(long, long, long) does not throw IAE on invalid inputs
-
- Closed
-