On Tue, 5 Mar 2024 18:31:46 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

> Also worth noting that unfortunately, javadoc in Eclipse seems to work 
> differently, resulting in 137 warnings:

Odd. Most of these are due to the fact that Eclipse is running javadoc on all 
public classes, not just the ones that we export as public API. But filtering 
out all of the com.sun.* classes, Eclipse is still complaining about a few 
things in the publicly exported classes. I'd guess this to be an Eclipse 
problem, but we can discuss that in JDK-8324783. It's unrelated to this PR.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1390#issuecomment-1979615497

Reply via email to