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 171905 - ArrayIndexOutOfBoundsException: 77
Summary: ArrayIndexOutOfBoundsException: 77
Status: CLOSED WONTFIX
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL: http://statistics.netbeans.org/except...
Keywords: JDK_SPECIFIC
: 186216 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-09-10 11:29 UTC by Michal Mocnak
Modified: 2011-06-09 09:57 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 157527


Attachments
stacktrace (6.55 KB, text/plain)
2009-09-10 11:29 UTC, Michal Mocnak
Details
stacktrace (6.00 KB, text/plain)
2009-09-13 15:45 UTC, dsifter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2009-09-10 11:29:19 UTC
Build: NetBeans IDE Dev (Build 200909081533)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

User Comments:
meowman: was typing commit message for a mercurial commit



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 77
        at sun.font.FontDesignMetrics.charsWidth(FontDesignMetrics.java:492)
        at javax.swing.text.Utilities.getTabbedTextOffset(Utilities.java:381)
        at javax.swing.text.Utilities.getTabbedTextOffset(Utilities.java:302)
        at javax.swing.text.Utilities.getTabbedTextOffset(Utilities.java:286)
        at javax.swing.text.WrappedPlainView$WrappedLine.viewToModel(WrappedPlainView.java:697)
        at javax.swing.text.CompositeView.viewToModel(CompositeView.java:408)
Comment 1 Michal Mocnak 2009-09-10 11:29:23 UTC
Created attachment 87426 [details]
stacktrace
Comment 2 Ondrej Vrabec 2009-09-10 11:47:25 UTC
Seems like a JDK bug - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6828938
Comment 3 Exceptions Reporter 2009-09-11 12:50:05 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=157527
Comment 4 Marian Petras 2009-09-12 05:42:16 UTC
All the reporters were running JDK version 1.6.0_15-b03-219 or 1.6.0_15-b03-223 on Mac OS X.
Comment 5 dsifter 2009-09-13 15:45:04 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

User Comments: 
Attempting to commit a file to CVS.

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 27
        at sun.font.FontDesignMetrics.charsWidth(FontDesignMetrics.java:492)
        at javax.swing.text.Utilities.getTabbedTextOffset(Utilities.java:381)
        at javax.swing.text.Utilities.getTabbedTextOffset(Utilities.java:302)
        at javax.swing.text.Utilities.getTabbedTextOffset(Utilities.java:286)
        at javax.swing.text.WrappedPlainView$WrappedLine.viewToModel(WrappedPlainView.java:697)
        at javax.swing.text.CompositeView.viewToModel(CompositeView.java:408)
Comment 6 dsifter 2009-09-13 15:45:08 UTC
Created attachment 87560 [details]
stacktrace
Comment 7 Exceptions Reporter 2009-09-13 15:45:13 UTC
This issue already has 7 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=157527
Comment 8 Exceptions Reporter 2009-09-14 21:46:53 UTC
This issue already has 9 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=157527
Comment 9 Exceptions Reporter 2009-09-17 11:11:51 UTC
This issue already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=157527
Comment 10 Ondrej Vrabec 2009-09-21 12:34:40 UTC
Reproduced on MAC with JDK 1.6.0_15. It seems that only the exception is thrown and otherwise the commit behaves
correctly (and it seems to occur randomly). So i think there's no reason for a workaround, wait for the next release of
JDK (the jdk issue http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6828938 is already fixed).
Comment 11 Ondrej Vrabec 2010-05-17 07:40:58 UTC
*** Bug 186216 has been marked as a duplicate of this bug. ***
Comment 12 Marian Mirilovic 2011-06-09 09:57:29 UTC
v/c