The issue mentions IntelliJ IDEA being also broken so it seems like a general Lombok problem, not something NetBeans specific.
Are you using an Ant or a Maven project? Did you disable Compile On Save from the project settings (as I assume this might impact Lombok postprocessing)? --emi >-------- Original Message -------- >Subject: Lombok (and perhaps other broken annotation processors) makes >Netbeans nuts. >Local Time: November 10, 2017 8:49 PM >UTC Time: November 10, 2017 6:49 PM >From: [email protected] >To: [email protected] > >I am an user (not a dev) of Lombok, and I'm facing issues with using Lombok > in Netbeans. > > Currently, lombok do not works (at least for me) with Netbeans if using > Java 9. It does seem to work when I compile it by using Gradle at the > command line. See this: > >https://github.com/rzwitserloot/lombok/issues/1435 > > Also, if lombok, when doing its back-magic annotation processing is able to > mess up netbeans, so something else would probably also be. Although the > lombok guys will eventually fix this issue on their side and even if it is > unfeasible to handle every case of a broken annotation processor messing > with the IDE for whichever reason, Netbeans should at least try to handle > this issue graciously. > > Victor Williams Stafusa da Silva
