JDK-4220001 : Constructor PlainDocument(AbstractDocument.Content) should be public
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 1999-03-12
  • Updated: 2000-03-09
  • Resolved: 2000-03-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.0 betaFixed
Description

Name: dbT83986			Date: 03/12/99


The PlainDocument(AbstractDocument.Content c) constructor
should be public.  As it is protected, there is no simple
way to initialize a PlainDocument with, e.g., a pre-configured
GapContent object.  The DefaultStyledDocument and HTMLDocument
constructors that mirror this constuctor in function are all
declared public.
(Review ID: 55416)
======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: generic merlin-beta FIXED IN: merlin-beta INTEGRATED IN: merlin-beta
14-06-2004

EVALUATION Oops, this should have been public. timothy.prinzing@eng 2000-03-02
02-03-2000