Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8240451

JavaFX javadoc build fails with JDK 14

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • jfx15
    • jfx14
    • javafx

      When using the JDK 14 javadoc tool to build the JavaFX API docs, we get the following warnings, which cause the build to fail since we treat these warnings as error:

      modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.java:58: error: invalid use of @param
       * @param T the type of the wrapped {@code Object}
         ^
      modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.java:82: error: invalid use of @param
       * @param T the type of the wrapped {@code Object}
         ^
      modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.java:59: error: invalid use of @param
       * @param T the type of the wrapped {@code Object}
         ^
      modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanObjectProperty.java:90: error: invalid use of @param
       * @param T type of the wrapped {@code Object}
         ^
      modules/javafx.base/src/main/java/javafx/beans/value/WritableObjectValue.java:31: error: invalid use of @param
       * @param T
         ^
      5 errors

            kcr Kevin Rushforth
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: