hello-earth-gh commented on issue #6802: URL: https://github.com/apache/netbeans/issues/6802#issuecomment-1866695850
just as a reference - I had a slightly different problem, although searching got me here anyway. After upgrading to Netbeans 20 my projects started having problem with Lombok - compiling just fine but becoming all red in the editor. The problem was that somehow Netbeans failed to see the extra stuff generated by Lombok - especially the getters and the setters. I had to follow the advice here https://stackoverflow.com/a/54168043/57033 to get it going. (need to add lombok specific path in maven-compiler-plugin) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
