realulim opened a new issue, #7111: URL: https://github.com/apache/netbeans/issues/7111
### Apache NetBeans version Apache NetBeans 21 ### What happened If you open the enclosed minimal example project, you can compile and run it just fine. However, the IDE cannot process the Lombok annotations (in this example project there is just one @Getter annotation, but it happens with all Lombok annotations) and there is a popup message under the cursor, which states as much. However, I did not catch the message, because it disappeard quickly again. But you can easily see in the IDE, if you open the App.java file, that the line accessing the Lombok generated getter method is underlined with a red squiggly line, indicating that this getter method is not found by the IDE (although the compiler finds it just fine). This is a Java 17 project. The latest Netbeans version that I have found that does not exhibit this problem is NB 18. ### Language / Project Type / NetBeans Component Gradle Project as generated by the IDE ### How to reproduce Open the attached example project. ### Did this work correctly in an earlier version? Apache NetBeans 18 ### Operating System Fedora 38 ### JDK OpenJDK 64-Bit Server VM (Red_Hat-17.0.9.0.9-4) (build 17.0.9+9, mixed mode, sharing) ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else [TestProject.tar.gz](https://github.com/apache/netbeans/files/14396950/TestProject.tar.gz) ### Are you willing to submit a pull request? No -- 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
