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 182780 - [69cat] ArrayIndexOutOfBoundsException: -1
Summary: [69cat] ArrayIndexOutOfBoundsException: -1
Status: RESOLVED DUPLICATE of bug 182545
Alias: None
Product: editor
Classification: Unclassified
Component: Spellchecker (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-25 13:54 UTC by Michel Graciano
Modified: 2010-03-29 07:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167026


Attachments
stacktrace (4.37 KB, text/plain)
2010-03-25 13:54 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2010-03-25 13:54:39 UTC
Build: NetBeans IDE Dev (Build 100325-72170af73cc0)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
   at org.netbeans.modules.spellchecker.ComponentPeer$ErrorHighlightPainter.paint(ComponentPeer.java:673)
   at javax.swing.text.DefaultHighlighter.paint(DefaultHighlighter.java:55)
   at javax.swing.plaf.basic.BasicTextUI.paintSafely(BasicTextUI.java:716)
   at javax.swing.plaf.basic.BasicTextUI.paint(BasicTextUI.java:869)
   at javax.swing.plaf.basic.BasicTextUI.update(BasicTextUI.java:848)
   at javax.swing.JComponent.paintComponent(JComponent.java:752)
Comment 1 Michel Graciano 2010-03-25 13:54:44 UTC
Created attachment 95811 [details]
stacktrace
Comment 2 Jan Lahoda 2010-03-29 07:46:52 UTC

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