JDK-4209435 : StringSelection does not conform to DataFlavor.plainTextFlavor docs
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1.7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1999-02-06
  • Updated: 1999-11-16
  • Resolved: 1999-11-16
Related Reports
Duplicate :  
Relates :  
Description

Name: bb33257			Date: 02/05/99


StringSelection supports the DataFlavor.plainTextFlavor data
flavor.  The docs for plainTextFlavor say that the data should
be represented with an InputStream;  however, StringSelection
represents this data flavor with a StringReader.  Either the docs
should change, or StringReader's implementation should change.
(Review ID: 53826)

======================================================================