Hi Daniel,

we need much more information.
Probably you have a uncommon complex type case.
I run into such a problem when I used foreign code which has
extensively used inner classes and generics.
The solution was, to make some inner classes "static" which should be
done anyway when possible

Stefan Bachert
http://gwtworld.de


On 7 Jun., 17:06, Daniel Simons <daniel.simo...@gmail.com> wrote:
>  I'm getting the following error when compiling my project.  Any ideas why
> this error would occur?
>
> Compiling module <module name>
> [ERROR] Unexpected
> java.lang.NullPointerException
> at com.google.gwt.dev.javac.CompiledClass.<init>(CompiledClass.java:83)
> at
> com.google.gwt.dev.javac.JdtCompiler$FindTypesInCud.visit(JdtCompiler.java:186)
> at
> org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:1253)
> at
> org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.traverse(QualifiedAllocationExpression.java:478)
> at
> org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.traverse(FieldDeclaration.java:298)
> at
> org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:1232)
> at
> org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:687)
> at
> com.google.gwt.dev.javac.JdtCompiler$CompilerImpl.process(JdtCompiler.java:158)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to