On Jun 30, 2016, at 2:31 PM, Martin Meyer <elrey...@gmail.com> wrote:
Has anyone tested support for Eclipse Neon? It was released about a week ago so I'll probably want to upgrade before too long.
--
You received this message because you are subscribed to the Google Groups "Project Lombok" group.
To unsubscribe from this group and stop receiving emails from it, send an email to project-lombo...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The problem is that Eclipse is still showing errors where it cannot see the getters and setters when they are called within other classes. I just see the error:"The method methodname is undefined for the type type"Is this expected behaviour within the Eclipse IDE because it is very annoying.
If you used "restart" from inside eclipse, modifications to the ini file are not picked up. You need to stop eclipse and start it again.
If you use a shortcut on Windows, try starting the exe directly.
You can verify if lombok is active by opening the about eclipse dialog. On the bottom of the white text region there should be a line about Lombok.
--
But now Lombok doesn't work.when I look at the ABOUT menu, it says LOMBOK is active.but I still get errors for all references to setX() and get/isX()...thousands of them.is there something I'm doing wrong? Or is there an incompatibility betweenEclipse Neon.2 Release 4.6.2 and Lombok v.1.16.12 "Candid Duck"?