-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
generic
-
generic
The constructor of java.util.EventObject throws an IllegalArgumentException if null is passed for the source parameter. However, this exception is not mentioned in the specification.
It is also debatable if this should rather be a NullPointerException or why it is necessary to reject null at all.
It is also debatable if this should rather be a NullPointerException or why it is necessary to reject null at all.
- duplicates
-
JDK-4145996 spec for ctor java.util.EventObject unclear
- Closed
- relates to
-
JDK-4798000 SPEC: LineEvent: unspecified IllegalArgumentException
- Resolved