Eccenux opened a new issue, #8898: URL: https://github.com/apache/netbeans/issues/8898
### Apache NetBeans version Apache NetBeans 27 ### What happened Java classes are recompiled even when the files don't change. Each `.class` file is modified on visit even when corresponding `.java` file was unchanged for days. ### Language / Project Type / NetBeans Component Java Maven Web application project ### How to reproduce 1. Compile the project. 2. Enable compile on save. 3. Run in debug mode (from NB). 4. In NB open `ReaderController.java` and then open `ReaderListDTO.java`. 5. Note timestamps on `target\...\ReaderController.class` and `ReaderListDTO.class`. ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows11 x64 ### JDK Java runtime: 21.0.8; OpenJDK 64-Bit Server VM 21.0.8+9-LTS; Tomcat 9, JDK17 ### Apache NetBeans packaging Third-party package ### Anything else This happens each time I switch IDE tabs. So it seems like NB is just constantly reloading. I disabled some "User Installed Plugins", restarted NB, but the problem still occurred. ### 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
