-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.4.2
-
Fix Understood
-
x86
-
windows_2000
Name: js151677 Date: 08/17/2004
A DESCRIPTION OF THE PROBLEM :
The method returns a boolean not an int as the javadoc suggests.
public boolean isLocalTransfer()
This method returns an int indicating if the source is in the same JVM as the target.
^^^
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
public boolean isLocalTransfer()
This method returns a boolean indicating if the source is in the same JVM as the target.
ACTUAL -
"This method returns an int "...
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.4.2/docs/api/java/awt/dnd/DropTargetDropEvent.html#isLocalTransfer()
(Incident Review ID: 297178)
======================================================================
A DESCRIPTION OF THE PROBLEM :
The method returns a boolean not an int as the javadoc suggests.
public boolean isLocalTransfer()
This method returns an int indicating if the source is in the same JVM as the target.
^^^
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
public boolean isLocalTransfer()
This method returns a boolean indicating if the source is in the same JVM as the target.
ACTUAL -
"This method returns an int "...
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.4.2/docs/api/java/awt/dnd/DropTargetDropEvent.html#isLocalTransfer()
(Incident Review ID: 297178)
======================================================================