-
Bug
-
Resolution: Fixed
-
P4
-
6
-
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.
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.