Bug 229909 - NPE in compiler Processing Task
Summary: NPE in compiler Processing Task
Status: VERIFIED DUPLICATE of bug 229480
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 RC1   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-01 20:24 EDT by Olivier Thomann CLA
Modified: 2008-05-14 02:06 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2008-05-01 20:24:02 EDT
I got this in the console using  I20080501-1352.

No steps to reproduce.

Exception in thread "Compiler Processing Task" java.lang.NullPointerException
	at org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.acceptResult(AbstractImageBuilder.java:123)
	at org.eclipse.jdt.internal.compiler.Compiler.handleInternalException(Compiler.java:585)
	at org.eclipse.jdt.internal.compiler.ProcessTaskManager.run(ProcessTaskManager.java:139)
	at java.lang.Thread.run(Thread.java:619)
Comment 1 Kent Johnson CLA 2008-05-05 11:20:07 EDT

*** This bug has been marked as a duplicate of bug 229480 ***
Comment 2 Maxime Daniel CLA 2008-05-14 02:06:55 EDT
Verified for 3.4 RC1 (comparing stack traces).