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

NPE When using BoundSetter #144

Open
LiorZ opened this issue Dec 7, 2013 · 1 comment
Open

NPE When using BoundSetter #144

LiorZ opened this issue Dec 7, 2013 · 1 comment

Comments

@LiorZ
Copy link

LiorZ commented Dec 7, 2013

Hi,
I've set up my eclipse env to use lombok-pg (added the following flags to eclipse.ini :

-javaagent://lombok-pg-0.11.3.jar
-Xbootclasspath/a://lombok-pg-0.11.3.jar

And added the jar to the annotation processing preference page and the classpath. Overall, everything works great except for BoundSetter which generates the following NPE upon compilation:

Internal compiler error: java.lang.NullPointerException at org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference.getTypeBinding(QualifiedTypeReference.java:69)

I've looked all over but couldn't find a solution to this issue. Does anyone know what seems to be the problem?

EDIT :

It seems that BoundSetter works for eclipse 3.6, but not for 3.7+ . (It seems that ivy depends on several eclipse 3.6 plugins, I'm guessing that's the root of the error?)

@SimonScholz
Copy link

I am currently facing the same issue. Is there an update or workaround concerning this?

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

No branches or pull requests

2 participants