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 - AssertionError: startIndex=388 >= endIndex=388
Summary: AssertionError: startIndex=388 >= endIndex=388
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-18 00:09 UTC by Exceptions Reporter
Modified: 2015-10-18 00:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220604


Attachments
stacktrace (7.36 KB, text/plain)
2015-10-18 00:09 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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