JavaFX javadoc build fails with JDK 14

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • jfx15
    • Affects Version/s: jfx14
    • Component/s: 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

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

              Created:
              Updated:
              Resolved: