-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.3.1
-
sparc
-
solaris_7
Name: elR10090 Date: 11/30/2000
The method invocation
Argument.setValue(null);
throws NullPointerException.
However, the spec for this method do
neither prohibit the null-value string parameter
nor specify any exception for this case.
======================================================================
Same for
BooleanArgument.isValid(null) throws NullPointerException
StringArgument.isValid(null) throws NullPointerException
This is fine - just needs to be documented.
Probably the same for the setValue() methods.
robert.field@Eng 2000-12-05
Name: elR10090 Date: 02/08/2001
The full names of the tests affected by this bug are:
nsk/jdi/Argument/setValue/setvalue001
======================================================================
- duplicates
-
JDK-4393757 JDI: BooleanArgument.isValid(null) throws NullPointerException
-
- Closed
-
-
JDK-4393758 JDI: Argument.isValid(null) throws NullPointerException
-
- Closed
-
-
JDK-4432051 JDI spec: methods which throw NullPointerException on null param not documented
-
- Closed
-