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 192587 - ArrayIndexOutOfBoundsException: -3
Summary: ArrayIndexOutOfBoundsException: -3
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:
: 197224 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-28 07:16 UTC by michbarsinai
Modified: 2011-10-07 12:22 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174437


Attachments
stacktrace (3.16 KB, text/plain)
2010-11-28 07:16 UTC, michbarsinai
Details
stacktrace (3.08 KB, text/plain)
2010-12-23 09:27 UTC, ehsun7b
Details
stacktrace (3.16 KB, text/plain)
2011-02-18 04:48 UTC, michbarsinai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michbarsinai 2010-11-28 07:16:03 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
michbarsinai: adding hebrew text to a .properties file.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -3
   at org.netbeans.modules.editor.lib2.view.HighlightsViewUtils.paintBackgroundExtras(HighlightsViewUtils.java:673)
   at org.netbeans.modules.editor.lib2.view.HighlightsViewUtils.partPaintBackground(HighlightsViewUtils.java:612)
   at org.netbeans.modules.editor.lib2.view.HighlightsView.partPaintBackground(HighlightsView.java:258)
   at org.netbeans.modules.editor.lib2.view.ParagraphViewChildren.paintChildren(ParagraphViewChildren.java:320)
   at org.netbeans.modules.editor.lib2.view.EditorBoxViewChildren.paint(EditorBoxViewChildren.java:858)
   at org.netbeans.modules.editor.lib2.view.ParagraphViewChildren.paint(ParagraphViewChildren.java:236)
Comment 1 michbarsinai 2010-11-28 07:16:07 UTC
Created attachment 103411 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-12-18 17:12:03 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=174437
Comment 3 Exceptions Reporter 2010-12-18 17:14:58 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=174437
Comment 4 ehsun7b 2010-12-23 09:27:27 UTC
Created attachment 104431 [details]
stacktrace
Comment 5 michbarsinai 2011-02-18 04:48:38 UTC
Created attachment 106134 [details]
stacktrace

while editing a plain text file, on a mixed english-hebrew line.
Comment 6 Marian Mirilovic 2011-03-30 13:13:02 UTC
*** Bug 197224 has been marked as a duplicate of this bug. ***
Comment 7 Miloslav Metelka 2011-10-07 12:22:11 UTC
This does not trigger in builds after NB 7.0 Beta. It was fixed by rewrite issue 197534 or by some other issue.

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