Bug 27429 - javax.swing.text.html.fireChangedUpdate() not implemented
Summary: javax.swing.text.html.fireChangedUpdate() not implemented
Status: RESOLVED FIXED
Alias: None
Product: classpath
Classification: Unclassified
Component: swing (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: 0.92
Assignee: Roman Kennke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-04 16:28 UTC by pere
Modified: 2006-06-06 13:47 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2006-05-04 19:39:38


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pere 2006-05-04 16:28:34 UTC
When starting openjump using the CVS version of GNU Classpath, I see
this message on stdout:

  fireChangedUpdate not implemented

A quick look in the source tree indicates that
javax/swing/text/html/HTMLDocument.java is the source of this
messages.

I'm not quite sure what the effect is on openjump, but as it isn't
working quite right, so I thought it best to report the problem.
Comment 1 Roman Kennke 2006-05-04 19:39:38 UTC
This messages comes from an unimplemented method in the HTML package, but should not be critical.
Comment 2 Roman Kennke 2006-06-06 13:47:43 UTC
Apparently this method has been removed, and thus no longer prints that warning. From what I can tell there is no reason to have this method overridden. If it turns out that it should, we still can do it. It shouldn't affect compatibility so far.