Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4932663

(process) Add more runtime error checking for environment map operations

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 5.0
    • 5.0
    • core-libs
    • None
    • b26
    • generic
    • generic

      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

            martin Martin Buchholz
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: