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 225688

Summary: ArrayIndexOutOfBoundsException at java.lang.String.getChars
Product: editor Reporter: Jan Becicka <jbecicka>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal CC: fvogler, misterm, pjiricka
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198313
Attachments: stacktrace
stacktrace
stacktrace
stacktrace

Description Jan Becicka 2013-02-04 09:32:40 UTC
Build: NetBeans IDE Dev (Build 20130204-3900b7868c12)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.10-b01-428, Java(TM) SE Runtime Environment, 1.6.0_35-b10-428-11M3811
OS: Mac OS X

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException
   at java.lang.String.getChars(String.java:854)
   at org.netbeans.modules.parsing.impl.indexing.ClusteredIndexables$DocumentStore.add(ClusteredIndexables.java:734)
   at org.netbeans.modules.parsing.impl.indexing.ClusteredIndexables$DocumentIndexCacheImpl.addDocument(ClusteredIndexables.java:333)
   at org.netbeans.modules.parsing.lucene.DocumentIndexImpl.addDocument(DocumentIndexImpl.java:111)
   at org.netbeans.modules.parsing.impl.indexing.lucene.LayeredDocumentIndex.addDocument(LayeredDocumentIndex.java:88)
   at org.netbeans.modules.parsing.spi.indexing.support.IndexingSupport.addDocument(IndexingSupport.java:157)
Comment 1 Jan Becicka 2013-02-04 09:32:42 UTC
Created attachment 130979 [details]
stacktrace
Comment 2 misterm 2013-02-04 10:58:59 UTC
Created attachment 130988 [details]
stacktrace
Comment 3 misterm 2013-02-04 11:01:59 UTC
Created attachment 130989 [details]
stacktrace
Comment 4 misterm 2013-02-04 13:43:59 UTC
Created attachment 131003 [details]
stacktrace
Comment 5 Exceptions Reporter 2013-02-04 13:44:04 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=198313
Comment 6 Tomas Zezula 2013-02-04 14:52:29 UTC
Fixed jet-main 8d78e624545d
Comment 7 Quality Engineering 2013-02-05 12:08:56 UTC
Integrated into 'releases', will be available in build *201302050851* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/90d3d02c6037
User: Tomas Zezula <tzezula@netbeans.org>
Log: #225688:ArrayIndexOutOfBoundsException at java.lang.String.getChars
Comment 8 Quality Engineering 2013-02-05 12:36:21 UTC
Integrated into 'main-golden', will be available in build *201302050917* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8d78e624545d
User: Tomas Zezula <tzezula@netbeans.org>
Log: #225688:ArrayIndexOutOfBoundsException at java.lang.String.getChars