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 194217 - ArrayIndexOutOfBoundsException: 2
Summary: ArrayIndexOutOfBoundsException: 2
Status: RESOLVED DUPLICATE of bug 197534
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-11 12:07 UTC by jamiehutber
Modified: 2011-10-07 12:45 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172523


Attachments
stacktrace (2.96 KB, text/plain)
2011-01-11 12:07 UTC, jamiehutber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jamiehutber 2011-01-11 12:07:18 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP

User Comments:
GUEST: Highlighting text while in line-wrap mode

700x23: Editing a PHP script.

jamiehutber: ermmm selecting text

chris4beta: Just highlighting some text.

GUEST: had run my applet




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 2
   at org.netbeans.lib.editor.util.GapList.get(GapList.java:462)
   at org.netbeans.modules.editor.lib2.view.ParagraphViewChildren.viewToModelChecked(ParagraphViewChildren.java:390)
   at org.netbeans.modules.editor.lib2.view.EditorBoxView.viewToModelChecked(EditorBoxView.java:447)
   at org.netbeans.modules.editor.lib2.view.EditorBoxViewChildren.viewToModelChecked(EditorBoxViewChildren.java:802)
   at org.netbeans.modules.editor.lib2.view.EditorBoxView.viewToModelChecked(EditorBoxView.java:447)
   at org.netbeans.modules.editor.lib2.view.DocumentView.viewToModelChecked(DocumentView.java:933)
Comment 1 jamiehutber 2011-01-11 12:07:22 UTC
Created attachment 104876 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-10-06 07:48:11 UTC
dup of issue 194869 ?
Comment 3 Miloslav Metelka 2011-10-07 12:45:32 UTC
This should be resolved by changes in issue 197534.

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