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 205888

Summary: [71cat] IllegalStateException: Attempt to mutate in notification
Product: db Reporter: medeag
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: normal CC: hiren
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 182924
Attachments: stacktrace

Description medeag 2011-12-03 08:09:38 UTC
Build: NetBeans IDE 7.1 (Build 201112012200)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-10M3527
OS: Mac OS X

User Comments:
medeag: creating table




Stacktrace: 
java.lang.IllegalStateException: Attempt to mutate in notification
   at javax.swing.text.AbstractDocument.writeLock(AbstractDocument.java:1323)
   at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:644)
   at javax.swing.text.JTextComponent.setText(JTextComponent.java:1693)
   at org.netbeans.modules.db.explorer.dlg.AddTableColumnDialog.updateState(AddTableColumnDialog.java:508)
   at org.netbeans.modules.db.explorer.dlg.AddTableColumnDialog.access$000(AddTableColumnDialog.java:88)
   at org.netbeans.modules.db.explorer.dlg.AddTableColumnDialog$1.insertUpdate(AddTableColumnDialog.java:143)
Comment 1 medeag 2011-12-03 08:09:40 UTC
Created attachment 113785 [details]
stacktrace
Comment 2 Jiri Rechtacek 2011-12-05 10:24:42 UTC
core-main/rev/93de2ef65b9d
Comment 3 Quality Engineering 2011-12-06 12:14:08 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/93de2ef65b9d
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #205888: [71cat] IllegalStateException: Attempt to mutate in notification
Comment 4 Jaroslav Havlin 2012-05-28 12:59:18 UTC
*** Bug 213090 has been marked as a duplicate of this bug. ***