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 40224

Summary: Deadlock after internationalize action
Product: guibuilder Reporter: ehucka <ehucka>
Component: CodeAssignee: issues@guibuilder <issues>
Status: VERIFIED FIXED    
Severity: blocker Keywords: THREAD
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: Exception's stacktrace.
Thread dump.

Description ehucka 2004-02-18 14:16:23 UTC
Build 200402171900

I don't know if form is the right module, maybe it
is i18n or openide.

I've only opened form java source file in editor
and invoke
Tools|Internationalization|Internationalize.

Exception is thrown and IDE freezed.
Comment 1 ehucka 2004-02-18 14:17:03 UTC
Created attachment 13502 [details]
Exception's stacktrace.
Comment 2 ehucka 2004-02-18 14:17:35 UTC
Created attachment 13503 [details]
Thread dump.
Comment 3 ehucka 2004-02-18 14:40:15 UTC
I've recognized the deadlock occured only in the first minutes after
startup.
Comment 4 Tomas Pavek 2004-02-18 14:53:49 UTC
This is bug in form, going to fix it.
Comment 5 Tomas Pavek 2004-02-18 16:14:29 UTC
Fixed.

/cvs/form/src/org/netbeans/modules/form/FormEditorSupport.java
new revision: 1.124; previous revision: 1.123
Comment 6 Tomas Pavek 2004-02-19 10:20:21 UTC
Integrated to QBE200402171900 branch.

/cvs/form/src/org/netbeans/modules/form/FormEditorSupport.java
new revision: 1.123.2.1; previous revision: 1.123
Comment 7 ehucka 2004-02-23 13:00:11 UTC
Verified.