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 - [71cat] IllegalStateException: Attempt to mutate in notification
Summary: [71cat] IllegalStateException: Attempt to mutate in notification
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 213090 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-12-03 08:09 UTC by medeag
Modified: 2012-05-28 12:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182924


Attachments
stacktrace (5.53 KB, text/plain)
2011-12-03 08:09 UTC, medeag
Details

Note You need to log in before you can comment on or make changes to this bug.
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. ***