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

Summary: AssertionError at org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished
Product: groovy Reporter: Marian Mirilovic <mmirilovic>
Component: CodeAssignee: martin_adamek <martin_adamek>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=66846
Issue Type: DEFECT Exception Reporter: 66846
Attachments: stacktrace

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