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 137596 - AssertionError at org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished
Summary: AssertionError at org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished
Status: CLOSED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: martin_adamek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-18 16:24 UTC by Marian Mirilovic
Modified: 2010-04-22 09:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 66846


Attachments
stacktrace (1.51 KB, text/plain)
2008-06-18 16:25 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-06-18 16:24:58 UTC
Build: NetBeans IDE Dev (Build 200806180005)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b24
OS: Linux, 2.6.24-19-generic, amd64

User Comments:
Comment 1 Marian Mirilovic 2008-06-18 16:25:15 UTC
Created attachment 63012 [details]
stacktrace
Comment 2 Tomas Zezula 2008-06-18 16:39:59 UTC
The ScanDialog.runWhenScanFinished must be called from AWT thread.
javadoc: This method must be called in AWT EventQueue. Runnable is performed in AWT thread.
Comment 3 martin_adamek 2008-06-18 19:24:29 UTC
Fixed in #c662f65b1488
Comment 4 Quality Engineering 2008-06-19 04:28:56 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #268 build
Changeset: http://hg.netbeans.org/main/rev/c662f65b1488
User: Martin Adamek <martin_adamek@netbeans.org>
Log: #137596: AssertionError at org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished
Comment 5 Marian Mirilovic 2010-04-22 09:11:20 UTC
v/c