The Javadoc generated from builders sources contains broken links to nonexistent properties. E.g. there is no opacityProperty in Color and yet the ColorBuilder references it in opacity(double) javadoc. Complete list of cases is in the attached file.
The javadoc doclet doesn't create links in these broken cases but it is worth fixing it to allow the developers to find the addressed field or setter more easily.
The javadoc doclet doesn't create links in these broken cases but it is worth fixing it to allow the developers to find the addressed field or setter more easily.
- blocks
-
JDK-8092662 Identify and fix all broken JavaDoc links
- Closed