jira-importer commented on issue #715: URL: https://github.com/apache/maven-javadoc-plugin/issues/715#issuecomment-2957347818
**[Christian Schulte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=schulte77)** commented Updated the example project demonstrating the issue. Executing 'mvn javadoc:test-javadoc' plugin version 2.10.1 produces the following warning: ``` 1 warning [WARNING] Javadoc Warnings [WARNING] /tmp/MJAVADOC-414/src/test/java/localhost/test/AppTest.java:6: error: cannot find symbol [WARNING] import localhost.App; [WARNING] ^ [WARNING] symbol: class App [WARNING] location: package localhost ``` Downgrading to version 2.9.1 no such warnings are produced. -- 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]
