-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
b95
-
sparc
-
solaris_7
Name: sdR10048 Date: 06/28/2002
JDK1.4.0rc-b92 documentation for methods (17 ones):
java.awt.AWTEventMulticaster.remove(FooListener l, FooListener oldl)
says nothing about the expected behavior, output value in
particular, in cases:
1) if l == oldl;
2) if multicast listener 'l' does not "have" listener 'oldl'.
Note that removeInternal(EventListener, EventListner) method has such info.
Needed for jck test development.
======================================================================