-
Sub-task
-
Resolution: Delivered
-
P4
-
15
-
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