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 269589 - IllegalArgumentException: Illegal bounds: <36790,36828> outside of <36832,36861>
Summary: IllegalArgumentException: Illegal bounds: <36790,36828> outside of <36832,36861>
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-18 08:44 UTC by Exceptions Reporter
Modified: 2017-01-18 08:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207960


Attachments
stacktrace (5.27 KB, text/plain)
2017-01-18 08:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-01-18 08:44:56 UTC
This bug was originally marked as duplicate of bug 226254, 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.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
earlsinclair123: Edior continually throws exception.

GUEST: Have no idea what happened, just IDE did not respond anymore




Stacktrace: 
java.lang.IllegalArgumentException: Illegal bounds: <36790,36828> outside of <36832,36861>
   at org.netbeans.modules.editor.lib2.view.ViewUtils.checkFragmentBounds(ViewUtils.java:402)
   at org.netbeans.modules.editor.lib2.view.HighlightsView.createFragment(HighlightsView.java:261)
   at org.netbeans.modules.editor.lib2.view.WrapInfoUpdater.createFragment(WrapInfoUpdater.java:525)
   at org.netbeans.modules.editor.lib2.view.WrapInfoUpdater.removeViewsAndSplitAtWordStart(WrapInfoUpdater.java:422)
   at org.netbeans.modules.editor.lib2.view.WrapInfoUpdater.initWrapInfo(WrapInfoUpdater.java:187)
   at org.netbeans.modules.editor.lib2.view.ParagraphViewChildren.buildWrapLines(ParagraphViewChildren.java:394)
Comment 1 Exceptions Reporter 2017-01-18 08:44:58 UTC
Created attachment 163421 [details]
stacktrace