This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 29435 - vetoableChange can be called only from EventQueue
Summary: vetoableChange can be called only from EventQueue
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: THREAD
Depends on:
Blocks: 29423 29930
  Show dependency tree
 
Reported: 2002-12-10 13:36 UTC by Jiri Rechtacek
Modified: 2008-12-22 18:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2002-12-10 13:36:33 UTC
The implementation of ListView and
TreeView.vetoableChange forces to be called only
from EventQueue. The vetoableChange calls
VisualizerNode.getVisualizer which can be called
only from EventQueue.
Comment 1 Jiri Rechtacek 2003-01-10 17:58:27 UTC
fixed, the method VisualizerNode.getVisualizer is synchronized now, so
it can be called within EventQueue and without EventQueue too
Comment 2 Jaromir Uhrik 2005-07-14 16:19:37 UTC
Verified.