This is a follow-on to JDK-8177751 which removed all references to the Module class. One @link to Module was missed, so we get a failure if doclint is enabled:
gradle -PDOC_LINT=all javadoc
/localhome/kcr/javafx/9-kcr/jfx/rt/modules/javafx.fxml/src/main/java/javafx/fxml/FXML.java:41: error: reference not found
* (e.g., in its module-info.class) or by calling {@link Module#addOpens}.
^
gradle -PDOC_LINT=all javadoc
/localhome/kcr/javafx/9-kcr/jfx/rt/modules/javafx.fxml/src/main/java/javafx/fxml/FXML.java:41: error: reference not found
* (e.g., in its module-info.class) or by calling {@link Module#addOpens}.
^
- blocks
-
JDK-8091730 Enable -Xdoclint:all to treat all javadoc warnings as errors
-
- Resolved
-
- relates to
-
JDK-8177751 Update FX implementation to prepare for renaming of Module and Layer classes
-
- Resolved
-
-
JDK-8178015 Clarify requirement for app modules to export/open packages to javafx modules
-
- Resolved
-