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

javax.script.SimpleBindings: NullPointerException and IllegalArgumentException are not specified

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 6
    • 6
    • core-libs
    • None
    • b53
    • generic
    • generic

      NullPointerException and IllegalArgumentException are not specified for the following methods in javax.script.SimpleBindings:

      1. public void putAll(Map<? extends String,? extends Object> toMerge): NullPointerException if toMerge is null.

      2. public boolean containsKey(Object key): NullPointerException if key is null and IllegalArgumentException if key is empty string.

      3. public Object get(Object key): NullPointerException if key is null and IllegalArgumentException if key is empty string.

      4. public Object remove(Object key): NullPointerException if key is null and IllegalArgumentException if key is empty string.

            sundar Sundararajan Athijegannathan
            agavrilosunw Alexey Gavrilov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: