pedro-w opened a new issue, #8560: URL: https://github.com/apache/netbeans/issues/8560
### Apache NetBeans version Apache NetBeans 26 ### What happened In a modular project it appears that the Analyze Javadoc function (in the tools menu) does not work. Nothing appears in the Analyze tab. It does work as expected (showing missing doc entries) for a non-modular project. ### Language / Project Type / NetBeans Component Java Ant Modular Project ### How to reproduce * Create a new Java Modular Project with Ant. * Create a new module * Create a new package in that module * Create a new class in that package * Delete the auto-generated javadoc comments for the class * Select Tools | Analyze Javadoc (also see example project on GitHub: [pedro-w/analyze-javadoc](https://github.com/pedro-w/analyze-javadoc) ) Nothing appears in the Analyze tab. Would expect items to appear there offering to add missing comments to the `NewClass` class definition. ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 11, amd64 ### JDK JDK24 built into NB 26 ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else Nothing relevant seen in the IDE log. May be related to the package being shown in the IDE as a private package, even though it is exported from the module? ### 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: notifications-unsubscr...@netbeans.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists