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 178405 - GoToSupport abuses EDT
Summary: GoToSupport abuses EDT
Status: VERIFIED DUPLICATE of bug 179381
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Petr Nejedly
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2009-12-10 01:35 UTC by Martin Krauskopf
Modified: 2010-02-15 03:52 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 Martin Krauskopf 2009-12-10 01:35:23 UTC
JavaFXSource#runUserActionTask should not be called from EDT. Cf. attachment or just run NetBeans (fresh trunk) and java.editor implementation, which does:

  ProgressUtils.runOffEventDispatchThread(new Runnable() {
      public void run() {
          performGoToImpl(doc, offset, goToSource, tooltip, javadoc, cancel);
      }
  ...
Comment 1 Anton Chechel 2010-01-12 07:05:30 UTC
goto support - Petr
Comment 2 J Bachorik 2010-02-11 07:11:30 UTC

*** This bug has been marked as a duplicate of bug 179381 ***
Comment 3 Alexandr Scherbatiy 2010-02-15 03:52:46 UTC
verified as duplicate