Bug 15339 - 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-05-06 12:55 EDT by Kai-Uwe Maetzel CLA
Modified: 2002-05-08 15:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai-Uwe Maetzel CLA 2002-05-06 12:55:25 EDT
Found the following stack trace in my console. Don't know when sthis happened.

java.lang.NullPointerException: null
Logging to the console instead.
An exception occurred while logging to the console:
java.lang.NullPointerException: null
java.lang.NullPointerException
        at org.eclipse.jdt.internal.core.index.impl.CodeByteStream.readUnary(Cod
eByteStream.java:168)
        at org.eclipse.jdt.internal.core.index.impl.CodeByteStream.readGamma(Cod
eByteStream.java:107)
        at org.eclipse.jdt.internal.core.index.impl.GammaCompressedIndexBlock.ne
xtEntry(GammaCompressedIndexBlock.java:90)
        at org.eclipse.jdt.internal.core.index.impl.BlocksIndexInput.moveToNextW
ordEntry(BlocksIndexInput.java:181)
        at org.eclipse.jdt.internal.core.index.impl.MergeFactory.mergeReferences
(MergeFactory.java:170)
        at org.eclipse.jdt.internal.core.index.impl.MergeFactory.merge(MergeFact
ory.java:79)
        at org.eclipse.jdt.internal.core.index.impl.Index.merge(Index.java:236)
        at org.eclipse.jdt.internal.core.index.impl.Index.save(Index.java:341)
        at org.eclipse.jdt.internal.core.search.indexing.IndexManager.saveIndexe
s(IndexManager.java:408)
        at org.eclipse.jdt.internal.core.search.indexing.IndexManager.notifyIdle
(IndexManager.java:313)
        at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobMan
ager.java:302)
        at java.lang.Thread.run(Thread.java:484)
Comment 1 Kent Johnson CLA 2002-05-07 10:36:23 EDT
Which VM are you using?
Comment 2 Kai-Uwe Maetzel CLA 2002-05-07 10:59:33 EDT
Running on Sun JVM 1.3.1.
Comment 3 Kent Johnson CLA 2002-05-08 15:01:36 EDT

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