-
Bug
-
Resolution: Fixed
-
P5
-
1.2.0
-
1.2.2
-
sparc
-
solaris_2.5
Name: sdC67446 Date: 05/22/98
The spec for method
java.awt.dnd.DragGestureRecognizer(InputEvent awtie)
does not specify behavior if parameters 'awtie'==null.
Currently this method doesn't check 'awtie'.
Here is what doc says:
--------------------------------------------------
protected void appendEvent(InputEvent awtie)
Listeners registered on the Component by
this Recognizer shall record all Events that are
recognized as part of the series of Events that
go to comprise a Drag and Drop initiating gesture
via this API. this state is cleared when a the
gesture is completed, after the DragGestureListener
is notified.
--------------------------------------------------
======================================================================