An environment map is a map from String to String.
It is very likely that map operations using null or non-String keys or values
is unintended user error, and so we should specify and implement
appropriate error checking.
More specifically, we should specify and implement the
NullPointerException and ClassCastException described as "optional"
in the spec for java.util.Map.
###@###.### 2003-10-04
It is very likely that map operations using null or non-String keys or values
is unintended user error, and so we should specify and implement
appropriate error checking.
More specifically, we should specify and implement the
NullPointerException and ClassCastException described as "optional"
in the spec for java.util.Map.
###@###.### 2003-10-04
- relates to
-
JDK-5026830 (process) Improve Set returned by ProcessBuilder.environment().entrySet()
-
- Resolved
-