Bug 41642 - NPE in compiler ast
Summary: NPE in compiler ast
Status: RESOLVED DUPLICATE of bug 40995
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M3   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-18 09:48 EDT by Adam Kiezun CLA
Modified: 2003-08-18 11:06 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 Adam Kiezun CLA 2003-08-18 09:48:36 EDT
20030813+export 0818

java.lang.NullPointerException
	at java.lang.Throwable.<init>(Throwable.java)
	at java.lang.Throwable.<init>(Throwable.java)
	at java.lang.NullPointerException.<init>(NullPointerException.java:63)
	at 
org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.analyseCode
(ExplicitConstructorCall.java)
	at 
org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.analyseCode
(ConstructorDeclaration.java)
	at 
org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.internalAnalyseCode
(TypeDeclaration.java)
	at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.analyseCode
(TypeDeclaration.java)
	at 
org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.internalAnalyseCode
(TypeDeclaration.java)
	at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.analyseCode
(TypeDeclaration.java)
	at 
org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.analyseCode
(CompilationUnitDeclaration.java)
	at org.eclipse.jdt.internal.compiler.Compiler.resolve(Compiler.java)
	at org.eclipse.jdt.internal.core.CompilationUnitProblemFinder.process
(CompilationUnitProblemFinder.java)
	at org.eclipse.jdt.internal.core.CompilationUnit.buildStructure
(CompilationUnit.java)
	at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java)
	at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed
(JavaElement.java)
	at org.eclipse.jdt.internal.core.CompilationUnit.makeConsistent
(CompilationUnit.java)
	at 
org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.executeOperation
(ReconcileWorkingCopyOperation.java)
	at org.eclipse.jdt.internal.core.JavaModelOperation.execute
(JavaModelOperation.java)
	at org.eclipse.jdt.internal.core.JavaModelOperation.run
(JavaModelOperation.java)
	at org.eclipse.jdt.internal.core.JavaElement.runOperation
(JavaElement.java)
	at org.eclipse.jdt.internal.core.CompilationUnit.reconcile
(CompilationUnit.java)
	at org.eclipse.jdt.internal.core.CompilationUnit.reconcile
(CompilationUnit.java)
	at 
org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile
(JavaReconcilingStrategy.java)
	at 
org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile
(JavaReconcilingStrategy.java)
	at org.eclipse.jface.text.reconciler.MonoReconciler.process
(MonoReconciler.java)
	at 
org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run
(AbstractReconciler.java)
Comment 1 Olivier Thomann CLA 2003-08-18 09:55:37 EDT
Any step to reproduce. I think this one should be fixed with latest JDT/Core 
HEAD. Seems like a duplicate of bug 40995.
Comment 2 Adam Kiezun CLA 2003-08-18 09:59:18 EDT
no, no idea how to reproduce - found it in the log
Comment 3 Olivier Thomann CLA 2003-08-18 10:09:06 EDT
Did you use latest code from JDT/Core (HEAD contents)? If not, I believe it 
will be fixed with latest code and it is a duplicate of bug 40995.
Comment 4 Adam Kiezun CLA 2003-08-18 10:13:05 EDT
nope, i'm using 20030813 of jcore
good, thanks Olivier
Comment 5 Olivier Thomann CLA 2003-08-18 11:06:04 EDT
Close as duplicate of bug 40995.
Reopened if you get it again with a build that has a fix for bug 40995.

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