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 219258 - IDE blocked when saving form file
Summary: IDE blocked when saving form file
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-01 11:36 UTC by Jiri Prox
Modified: 2012-10-03 02:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (16.75 KB, text/plain)
2012-10-01 11:36 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2012-10-01 11:36:17 UTC
Created attachment 125142 [details]
thread dump

IDE is blocked when saving form file while reformat on save is enabled.

Steps to reproduce:
1) create new JFrame 
2) turn on Reformat all line in On Save tab
3) modify the file
4) save the file

Thread dump is attached

Product Version: NetBeans IDE 7.3 Beta (Build 201210010205)
Java: 1.7.0_07; Java HotSpot(TM) 64-Bit Server VM 23.3-b01
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\jprox\AppData\Roaming\NetBeans\7.3beta
Cache directory: C:\Users\jprox\AppData\Local\NetBeans\Cache\7.3beta
Comment 1 Miloslav Metelka 2012-10-02 15:51:52 UTC
Infinite loop - it should be fixed now.
http://hg.netbeans.org/jet-main/rev/c111a145c560
Comment 2 Quality Engineering 2012-10-03 02:42:15 UTC
Integrated into 'main-golden', will be available in build *201210030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c111a145c560
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #219258 - IDE blocked when saving form file.