-
Bug
-
Resolution: Fixed
-
P3
-
26
-
b13
-
b15
JavaFX builds fails when generating javadoc with errors below:
jfx/rt/modules/javafx.controls/src/main/java/javafx/scene/control/TableColumnBase.java:485: warning: no comment
public final boolean isResizable() {
jfx/rt/modules/javafx.controls/src/main/java/javafx/scene/control/TableColumnBase.java:514: warning: no comment
public final boolean isSortable() {
we get a total of 699 warnings. Since we build with -Werror this fails the build.
jfx/rt/modules/javafx.controls/src/main/java/javafx/scene/control/TableColumnBase.java:485: warning: no comment
public final boolean isResizable() {
jfx/rt/modules/javafx.controls/src/main/java/javafx/scene/control/TableColumnBase.java:514: warning: no comment
public final boolean isSortable() {
we get a total of 699 warnings. Since we build with -Werror this fails the build.
- caused by
-
JDK-8350920 Allow inherited member summaries to be viewed inline
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/af18ff8d
-
Review(master) openjdk/jdk/27168