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 258341 - ArrayIndexOutOfBoundsException: 58
Summary: ArrayIndexOutOfBoundsException: 58
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-13 08:53 UTC by RickTee
Modified: 2016-03-13 08:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218273


Attachments
stacktrace (1.68 KB, text/plain)
2016-03-13 08:53 UTC, RickTee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description RickTee 2016-03-13 08:53:41 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 25.71-b15, OpenJDK Runtime Environment, 1.8.0_71-b15
OS: Linux

User Comments:
GUEST: dunno

RickTee: Start netbeans or double click on a source file in the projects window

GUEST: Error at the of opening the netbeans.

GUEST: I've restarted netbeans. I'm trying to use Magic++ in netbeans. Maybe something happend because I installed Magic++ while running netbeans? Code completion didn't work after instalation, so I restarted netbeans and then this Exception showed up :)

GUEST: I don't what os the problem.

GUEST: just common work




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 58
   at org.apache.lucene.util.BitVector.get(BitVector.java:114)
   at org.apache.lucene.index.SegmentTermDocs.read(SegmentTermDocs.java:153)
   at org.apache.lucene.search.TermScorer.nextDoc(TermScorer.java:112)
   at org.apache.lucene.index.BufferedDeletesStream.applyQueryDeletes(BufferedDeletesStream.java:385)
   at org.apache.lucene.index.BufferedDeletesStream.applyDeletes(BufferedDeletesStream.java:250)
   at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3651)
Comment 1 RickTee 2016-03-13 08:53:43 UTC
Created attachment 158836 [details]
stacktrace