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

Summary: AssertionError: Invalid state - no updates done
Product: editor Reporter: pvdissel
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gtg
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 182819
Attachments: stacktrace

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 ***