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 77133

Summary: When user saves the file, it's parsed in AWT thread
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: -- Other --Assignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Kvashin 2006-05-31 10:45:07 UTC
Open a Freeway project, edit traffic.c and click on line 552 after the "break;"
line. Press return. IDE hangs for some time. Stack dump shows that the file is
being parsed in AWT thread.
Comment 1 Vladimir Kvashin 2006-05-31 15:59:26 UTC
Fixed. Now this is done in a separate thread (via
RequestProcessor.getDefault().post(...)).