Details
-
Type:
Bug
-
Status: Open
-
Priority:
P4
-
Resolution: Unresolved
-
Affects Version/s: 1.4.2
-
Fix Version/s: None
-
Component/s: client-libs
-
Subcomponent:
-
Understanding:Fix Understood
-
CPU:x86
-
OS:windows_2000
Description
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)
======================================================================