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 204988 - AssertionError: Invalid state - no updates done
Summary: AssertionError: Invalid state - no updates done
Status: RESOLVED DUPLICATE of bug 203827
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-11 12:46 UTC by pvdissel
Modified: 2012-02-21 09:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182819


Attachments
stacktrace (2.28 KB, text/plain)
2011-11-11 12:46 UTC, pvdissel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pvdissel 2011-11-11 12:46:28 UTC
Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: OpenJDK 64-Bit Server VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_23-b23
OS: Linux

Stacktrace: 
java.lang.AssertionError: Invalid state - no updates done
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.replaceRepaintViews(ViewBuilder.java:805)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createReplaceRepaintViews(ViewBuilder.java:325)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.reinitAllViews(ViewUpdates.java:161)
   at org.netbeans.modules.editor.lib2.view.DocumentViewOp.checkViewsInited(DocumentViewOp.java:513)
   at org.netbeans.modules.editor.lib2.view.DocumentView.modelToViewUnlocked(DocumentView.java:674)
   at org.netbeans.modules.editor.lib2.view.DocumentView.modelToViewChecked(DocumentView.java:662)
Comment 1 pvdissel 2011-11-11 12:46:32 UTC
Created attachment 113123 [details]
stacktrace
Comment 2 Miloslav Metelka 2012-02-21 09:29:51 UTC
This should no longer happen, not sure what exactly fixed this but e.g. after issue #203827.

*** This bug has been marked as a duplicate of bug 203827 ***