Bug 24682 - NPE in indexer
Summary: NPE in indexer
Status: RESOLVED DUPLICATE of bug 15262
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-11 02:40 EDT by Dirk Baeumer CLA
Modified: 2002-11-27 17:27 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Baeumer CLA 2002-10-11 02:40:05 EDT
2.x

I looked into my log today and found lots of the following walkback

java.lang.NullPointerException

	at org.eclipse.jdt.internal.core.index.impl.CodeByteStream.readUnary
(CodeByteStream.java:174)

	at org.eclipse.jdt.internal.core.index.impl.CodeByteStream.readGamma
(CodeByteStream.java:113)

	at 
org.eclipse.jdt.internal.core.index.impl.GammaCompressedIndexBlock.nextEntry
(GammaCompressedIndexBlock.java:96)

	at 
org.eclipse.jdt.internal.core.index.impl.BlocksIndexInput.moveToNextWordEntry
(BlocksIndexInput.java:186)

	at org.eclipse.jdt.internal.core.index.impl.MergeFactory.mergeReferences
(MergeFactory.java:176)

	at org.eclipse.jdt.internal.core.index.impl.MergeFactory.merge
(MergeFactory.java:85)

	at org.eclipse.jdt.internal.core.index.impl.Index.merge(Index.java:249)

	at org.eclipse.jdt.internal.core.index.impl.Index.save(Index.java:354)

	at 
org.eclipse.jdt.internal.core.search.indexing.IndexManager.saveIndexes
(IndexManager.java:426)

	at org.eclipse.jdt.internal.core.search.indexing.IndexManager.notifyIdle
(IndexManager.java:288)

	at org.eclipse.jdt.internal.core.search.processing.JobManager.run
(JobManager.java:321)

	at java.lang.Thread.run(Thread.java:484)
Comment 1 Kent Johnson CLA 2002-11-27 17:27:00 EST

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