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 255986

Summary: AssertionError: startIndex=388 >= endIndex=388
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220604
Attachments: stacktrace

Description Exceptions Reporter 2015-10-18 00:09:39 UTC
This bug was originally marked as duplicate of bug 224806, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
GUEST: Printing from a MacBook Pro




Stacktrace: 
java.lang.AssertionError: startIndex=388 >= endIndex=388
   at org.netbeans.modules.editor.lib2.view.DocumentViewChildren.ensureParagraphsChildrenAndLayoutValid(DocumentViewChildren.java:477)
   at org.netbeans.modules.editor.lib2.view.DocumentViewChildren.paint(DocumentViewChildren.java:591)
   at org.netbeans.modules.editor.lib2.view.DocumentView.paint(DocumentView.java:720)
   at org.netbeans.modules.editor.lib2.view.EditorView.paint(EditorView.java:160)
   at javax.swing.plaf.basic.BasicTextUI$RootView.paint(BasicTextUI.java:1434)
   at javax.swing.plaf.basic.BasicTextUI.paintSafely(BasicTextUI.java:737)
Comment 1 Exceptions Reporter 2015-10-18 00:09:41 UTC
Created attachment 156770 [details]
stacktrace