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 164821 - AssertionError: Do resetting of permutation only in AWT queue!
Summary: AssertionError: Do resetting of permutation only in AWT queue!
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-10 11:14 UTC by dlipin
Modified: 2009-05-12 09:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150773


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dlipin 2009-05-10 11:14:51 UTC
Build: NetBeans IDE Dev (Build 200905070201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b15, Java(TM) SE Runtime Environment, 1.6.0_14-ea-b06
OS: Linux, 2.6.27.21-170.2.56.fc10.x86_64, amd64
User comments: 
STACKTRACE: (first 10 lines)
java.lang.AssertionError: Do resetting of permutation only in AWT queue!
        at org.netbeans.swing.etable.ETable.resetPermutation(ETable.java:1107)
        at org.netbeans.swing.etable.ETable.tableChanged(ETable.java:1015)
        at org.netbeans.swing.outline.Outline.tableChanged(Outline.java:665)
        at javax.swing.JTable.setModel(JTable.java:3685)
        at org.netbeans.swing.etable.ETable.setModel(ETable.java:711)
        at org.netbeans.swing.outline.Outline.setModel(Outline.java:467)
        at javax.swing.JTable.<init>(JTable.java:611)
        at javax.swing.JTable.<init>(JTable.java:539)
        at org.netbeans.swing.etable.ETable.<init>(ETable.java:261)
        at org.netbeans.swing.outline.Outline.<init>(Outline.java:204)
Comment 1 Jiri Skrivanek 2009-05-11 08:56:39 UTC
Fixed.
http://hg.netbeans.org/core-main/rev/bf82de13afec
Comment 2 Quality Engineering 2009-05-12 07:47:16 UTC
Integrated into 'main-golden', will be available in build *200905120201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bf82de13afec
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #164821 - Initialize outline only in AWT queue.
Comment 3 dlipin 2009-05-12 09:08:07 UTC
verified with 200905120201.