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 225841 - IndexOutOfBoundsException: Invalid line index=324 >= lineCount=324
Summary: IndexOutOfBoundsException: Invalid line index=324 >= lineCount=324
Status: RESOLVED DUPLICATE of bug 225451
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-07 14:26 UTC by Tomas Mysik
Modified: 2013-02-07 20:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198413


Attachments
stacktrace (3.74 KB, text/plain)
2013-02-07 14:26 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2013-02-07 14:26:13 UTC
Build: NetBeans IDE 7.3 RC1 (Build 201301240957)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.14-b01, Java(TM) SE Runtime Environment, 1.6.0_39-b04
OS: Linux

User Comments:
tmysik: editing java files




Stacktrace: 
java.lang.IndexOutOfBoundsException: Invalid line index=324 >= lineCount=324
   at org.netbeans.modules.editor.lib2.document.LineRootElement.getElement(LineRootElement.java:84)
   at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.updateLineEndOffset(HighlightsViewFactory.java:301)
   at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.createView(HighlightsViewFactory.java:202)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createNextView(ViewBuilder.java:898)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:735)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createReplaceRepaintViews(ViewBuilder.java:689)
Comment 1 Tomas Mysik 2013-02-07 14:26:15 UTC
Created attachment 131098 [details]
stacktrace
Comment 2 Jiri Prox 2013-02-07 17:57:47 UTC
Another duplicate of issue 225451?
Comment 3 Miloslav Metelka 2013-02-07 20:34:01 UTC

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