Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java compiler error using Eclipse when running with Lombok #107

Closed
lombokissues opened this issue Jul 14, 2015 · 5 comments
Closed

Java compiler error using Eclipse when running with Lombok #107

lombokissues opened this issue Jul 14, 2015 · 5 comments
Assignees

Comments

@lombokissues
Copy link

Migrated from Google Code (issue 34)

@lombokissues
Copy link
Author

👤 karthik.abram   🕗 Aug 21, 2009 at 15:01 UTC

What steps will reproduce the problem?

  1. Working with a project in Eclipse (3.4.2) on Windows.
  2. At times when modifying a java file, while eclipse is trying to
    recompile, I get the following error message:

I don't get the error at all when I run without Lombok installed. But I
get it (and my colleague who installed it) when running with Lombok. This
forces us to do a full project clean - which done frequently on a large
project will negate the value-add of Lombok many times over.

Description Resource Path Location Type
Internal compiler error
java.lang.NullPointerException
at
org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.resolveStatements
(MethodDeclaration.java:137)
at
org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolve
(AbstractMethodDeclaration.java:403)
at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve
(TypeDeclaration.java:1096)
at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve
(TypeDeclaration.java:1184)
at
org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.resolve
(CompilationUnitDeclaration.java:537)
at org.eclipse.jdt.internal.compiler.Compiler.process
(Compiler.java:743)
at org.eclipse.jdt.internal.compiler.ProcessTaskManager.run
(ProcessTaskManager.java:137)
at java.lang.Thread.run(Thread.java:595)
MyClass.java my-project/my.project.MyClass.java line 0
Java Problem

@lombokissues
Copy link
Author

👤 reinierz   🕗 Sep 01, 2009 at 22:58 UTC

After some research, this is a duplicate of already fixed issue #114. You should no longer have this problem in
starting from v0.8.4.

@lombokissues
Copy link
Author

👤 reinierz   🕗 Sep 01, 2009 at 22:58 UTC

Duplicate of issue #114

@lombokissues
Copy link
Author

👤 reinierz   🕗 Oct 16, 2009 at 08:55 UTC

@lombokissues
Copy link
Author

End of migration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants