-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.4.0
-
sparc
-
solaris_2.6
Name: dsR10051 Date: 07/16/2001
Javadoc for constructor of class java.beans.EventSetDescriptor
public EventSetDescriptor(Class sourceClass,
String eventSetName,
Class listenerType,
String listenerMethodName)
throws IntrospectionException
does not declare the its behavior
if the value of eventSetName parameter is null. In this case
constructor throws NullPointerException (since JDK 1.4).
Another constructors accept null parameter. It sould be
documented.
======================================================================
Javadoc for constructor of class java.beans.EventSetDescriptor
public EventSetDescriptor(Class sourceClass,
String eventSetName,
Class listenerType,
String listenerMethodName)
throws IntrospectionException
does not declare the its behavior
if the value of eventSetName parameter is null. In this case
constructor throws NullPointerException (since JDK 1.4).
Another constructors accept null parameter. It sould be
documented.
======================================================================