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 196190 - resetting of permutation only in AWT queue
Summary: resetting of permutation only in AWT queue
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-02 17:52 UTC by dba-daniel
Modified: 2011-11-16 16:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dba-daniel 2011-03-02 17:52:22 UTC
Product Version = NetBeans IDE 7.0 M2 (Build 201010151251)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) Client VM 17.1-b03

java.lang.AssertionError: Do resetting of permutation only in AWT queue!
        at org.netbeans.swing.etable.ETable.resetPermutation(ETable.java:1324)
        at org.netbeans.swing.etable.ETable.tableChanged(ETable.java:1209)
        at javax.swing.JTable.setModel(JTable.java:3676)
        at org.netbeans.swing.etable.ETable.setModel(ETable.java:824)
        at br.com.thinkit.dbcontrol.DetailInfo.AtualizaProgress(DetailInfo.java:242)
        at br.com.thinkit.dbcontrol.DetailInfo$1.run(DetailInfo.java:265)
[catch] at java.lang.Thread.run(Thread.java:662)