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 189675

Summary: AssertionError: limitOffset=654 > docTextLength=623
Product: editor Reporter: soldatov <soldatov>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: vv159170
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 172027
Attachments: stacktrace

Description soldatov 2010-08-19 10:08:19 UTC
This bug was originally marked as duplicate of bug 184195, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201008180001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
soldatov: closed "Option" window




Stacktrace: 
java.lang.AssertionError: limitOffset=654 > docTextLength=623
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createNextView(ViewBuilder.java:346)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:291)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.reinitViews(ViewUpdates.java:136)
   at org.netbeans.modules.editor.lib2.view.DocumentView$1.run(DocumentView.java:488)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1409)
   at org.netbeans.modules.editor.lib2.view.DocumentView.reinitViews(DocumentView.java:478)
Comment 1 soldatov 2010-08-19 10:08:23 UTC
Created attachment 101520 [details]
stacktrace
Comment 2 Miloslav Metelka 2011-02-07 12:55:14 UTC

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