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

Summary: ArrayIndexOutOfBoundsException: 58
Product: editor Reporter: RickTee
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218273
Attachments: stacktrace

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