| JDK 22 |
|---|
| 22 masterFixed |
|
Relates :
|
There are 3 fields which are currently unused
static final String BAD_SIZE = "size must be non-negative";
static final String BAD_RANGE = "bound must be greater than origin";
static final String BAD_SIZE = "size must be non-negative";
These messages were used before JDK-8248862
|